Html Css Color HEX #D20089 Medium Violet Red

📋 copy color: '#D20089'

red 210 ◦ green 0 ◦ blue 137

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

Shades of Medium Violet Red #D20089

Tints of Medium Violet Red #D20089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.52%
G = 0%
B = 39.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D20089 (or 0xD20089) is known color: Medium Violet Red. HEX triplet: D2, 00 and 89. RGB value is (210,0,137). Sum of RGB (Red+Green+Blue) = 210+0+137=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D20089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20089 is #2DFF76. Grayscale: #4E4E4E. Windows color (decimal): -3014519 or 8978642. OLE color: 8978642.

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

Color convert

RGB 210 0 137 -
CMYK 0 1 0.35 0.18
HSL 320.86º 1% 0.41% -
HSV(B) 320.86º 1% 0.82% -
XYZ 31.09 15.51 25.02 -
YUV 78.41 161.07 221.86 -
System Red Green Blue C M Y K H S L
Decimal 210 0 137 0 1 0.35 0.18 320.86 1 0.41
Hex D2 0 89 0 64 23 12 141 64 29
Octal 322 0 211 0 144 43 22 501 144 51
Binary 11010010 0 10001001 0 1100100 100011 10010 101000001 1100100 101001

Color Harmonies of #D20089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20089

Black with #D20089

Text Example


Text Example

White with #D20089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20089; }

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

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

background-color css

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

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

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

border-color css

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

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

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