Html Css Color HEX #D20688 Medium Violet Red

📋 copy color: '#D20688'

red 210 ◦ green 6 ◦ blue 136

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

Shades of Medium Violet Red #D20688

Tints of Medium Violet Red #D20688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 59.66%
G = 1.7%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D20688 (or 0xD20688) is known color: Medium Violet Red. HEX triplet: D2, 06 and 88. RGB value is (210,6,136). Sum of RGB (Red+Green+Blue) = 210+6+136=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D20688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20688 is #2DF977. Grayscale: #515151. Windows color (decimal): -3012984 or 8914642. OLE color: 8914642.

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

Color convert

RGB 210 6 136 -
CMYK 0 0.97 0.35 0.18
HSL 321.76º 0.94% 0.42% -
HSV(B) 321.76º 0.97% 0.82% -
XYZ 31.09 15.61 24.67 -
YUV 81.82 158.59 219.43 -
System Red Green Blue C M Y K H S L
Decimal 210 6 136 0 0.97 0.35 0.18 321.76 0.94 0.42
Hex D2 6 88 0 61 23 12 142 5E 2A
Octal 322 6 210 0 141 43 22 502 136 52
Binary 11010010 110 10001000 0 1100001 100011 10010 101000010 1011110 101010

Color Harmonies of #D20688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20688

Black with #D20688

Text Example


Text Example

White with #D20688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20688; }

 p { color: rgb(210,6,136); }

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

background-color css

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

 a { background-color: rgb(210,6,136); }

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

border-color css

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

 span { border-color: rgb(210,6,136); }

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