Html Css Color HEX #D20087 Medium Violet Red

📋 copy color: '#D20087'

red 210 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #D20087

Tints of Medium Violet Red #D20087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.13%

R = 60.87%
G = 0%
B = 39.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D20087 (or 0xD20087) is known color: Medium Violet Red. HEX triplet: D2, 00 and 87. RGB value is (210,0,135). Sum of RGB (Red+Green+Blue) = 210+0+135=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D20087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20087 is #2DFF78. Grayscale: #4D4D4D. Windows color (decimal): -3014521 or 8847570. OLE color: 8847570.

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

Color convert

RGB 210 0 135 -
CMYK 0 1 0.36 0.18
HSL 321.43º 1% 0.41% -
HSV(B) 321.43º 1% 0.82% -
XYZ 30.95 15.45 24.27 -
YUV 78.18 160.07 222.02 -
System Red Green Blue C M Y K H S L
Decimal 210 0 135 0 1 0.36 0.18 321.43 1 0.41
Hex D2 0 87 0 64 24 12 141 64 29
Octal 322 0 207 0 144 44 22 501 144 51
Binary 11010010 0 10000111 0 1100100 100100 10010 101000001 1100100 101001

Color Harmonies of #D20087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20087

Black with #D20087

Text Example


Text Example

White with #D20087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20087; }

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

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

background-color css

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

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

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

border-color css

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

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

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