Html Css Color HEX #D20599 Medium Violet Red

📋 copy color: '#D20599'

red 210 ◦ green 5 ◦ blue 153

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

Shades of Medium Violet Red #D20599

Tints of Medium Violet Red #D20599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.36%

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 57.07%
G = 1.36%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D20599 (or 0xD20599) is known color: Medium Violet Red. HEX triplet: D2, 05 and 99. RGB value is (210,5,153). Sum of RGB (Red+Green+Blue) = 210+5+153=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D20599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20599 is #2DFA66. Grayscale: #525252. Windows color (decimal): -3013223 or 10028498. OLE color: 10028498.

HSL color Cylindrical-coordinate representation of color #D20599: hue angle of 316.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20599 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 153 -
CMYK 0 0.98 0.27 0.18
HSL 316.68º 0.95% 0.42% -
HSV(B) 316.68º 0.98% 0.82% -
XYZ 32.38 16.11 31.54 -
YUV 83.17 167.42 218.47 -
System Red Green Blue C M Y K H S L
Decimal 210 5 153 0 0.98 0.27 0.18 316.68 0.95 0.42
Hex D2 5 99 0 62 1B 12 13D 5F 2A
Octal 322 5 231 0 142 33 22 475 137 52
Binary 11010010 101 10011001 0 1100010 11011 10010 100111101 1011111 101010

Color Harmonies of #D20599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20599

Black with #D20599

Text Example


Text Example

White with #D20599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20599; }

 p { color: rgb(210,5,153); }

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

background-color css

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

 a { background-color: rgb(210,5,153); }

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

border-color css

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

 span { border-color: rgb(210,5,153); }

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