Html Css Color HEX #D20996 Medium Violet Red

📋 copy color: '#D20996'

red 210 ◦ green 9 ◦ blue 150

#D20996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D20996

Tints of Medium Violet Red #D20996

RGB

 RED value IS 210 (82.42% from 255) = 56.91%

 GREEN value IS 9 (3.91% from 255) = 2.44%

 BLUE value IS 150 (58.98% from 255) = 40.65%

R = 56.91%
G = 2.44%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D20996 (or 0xD20996) is known color: Medium Violet Red. HEX triplet: D2, 09 and 96. RGB value is (210,9,150). Sum of RGB (Red+Green+Blue) = 210+9+150=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D20996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20996 is #2DF669. Grayscale: #545454. Windows color (decimal): -3012202 or 9832914. OLE color: 9832914.

HSL color Cylindrical-coordinate representation of color #D20996: hue angle of 317.91º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20996 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 9 150 -
CMYK 0 0.96 0.29 0.18
HSL 317.91º 0.92% 0.43% -
HSV(B) 317.91º 0.96% 0.82% -
XYZ 32.18 16.1 30.27 -
YUV 85.17 164.59 217.04 -
System Red Green Blue C M Y K H S L
Decimal 210 9 150 0 0.96 0.29 0.18 317.91 0.92 0.43
Hex D2 9 96 0 60 1D 12 13E 5C 2B
Octal 322 11 226 0 140 35 22 476 134 53
Binary 11010010 1001 10010110 0 1100000 11101 10010 100111110 1011100 101011

Color Harmonies of #D20996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20996

Black with #D20996

Text Example


Text Example

White with #D20996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20996; }

 p { color: rgb(210,9,150); }

 H1.HeaderClassName
 {
   color: #D20996;
 }
 .AnyTagClassName
 {
   color: #D20996;
 }
</style>

background-color css

<style>
 a { background-color: #D20996; }

 a { background-color: rgb(210,9,150); }

 div.DivClassName
 {
   background-color: #D20996;
 }
 .BgClassName
 {
   background-color: #D20996;
 }
</style>

border-color css

<style>
 span { border-color: #D20996; }

 span { border-color: rgb(210,9,150); }

 td.TdClassName
 {
   border-color: #D20996;
 }
 .TagClassName
 {
   border-color: #D20996;
 }
</style>