Html Css Color HEX #D20689 Medium Violet Red

📋 copy color: '#D20689'

red 210 ◦ green 6 ◦ blue 137

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

Shades of Medium Violet Red #D20689

Tints of Medium Violet Red #D20689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 59.49%
G = 1.7%
B = 38.81%

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

#D20689 (or 0xD20689) is known color: Medium Violet Red. HEX triplet: D2, 06 and 89. RGB value is (210,6,137). Sum of RGB (Red+Green+Blue) = 210+6+137=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D20689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20689 is #2DF976. Grayscale: #515151. Windows color (decimal): -3012983 or 8980178. OLE color: 8980178.

HSL color Cylindrical-coordinate representation of color #D20689: hue angle of 321.47º 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 #D20689 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 6 137 -
CMYK 0 0.97 0.35 0.18
HSL 321.47º 0.94% 0.42% -
HSV(B) 321.47º 0.97% 0.82% -
XYZ 31.16 15.64 25.04 -
YUV 81.93 159.09 219.35 -
System Red Green Blue C M Y K H S L
Decimal 210 6 137 0 0.97 0.35 0.18 321.47 0.94 0.42
Hex D2 6 89 0 61 23 12 141 5E 2A
Octal 322 6 211 0 141 43 22 501 136 52
Binary 11010010 110 10001001 0 1100001 100011 10010 101000001 1011110 101010

Color Harmonies of #D20689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20689

Black with #D20689

Text Example


Text Example

White with #D20689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20689; }

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

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

background-color css

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

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

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

border-color css

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

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

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