Html Css Color HEX #D00987 Medium Violet Red

📋 copy color: '#D00987'

red 208 ◦ green 9 ◦ blue 135

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

Shades of Medium Violet Red #D00987

Tints of Medium Violet Red #D00987

RGB

 RED value IS 208 (81.64% from 255) = 59.09%

 GREEN value IS 9 (3.91% from 255) = 2.56%

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

R = 59.09%
G = 2.56%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D00987 (or 0xD00987) is known color: Medium Violet Red. HEX triplet: D0, 09 and 87. RGB value is (208,9,135). Sum of RGB (Red+Green+Blue) = 208+9+135=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D00987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00987 is #2FF678. Grayscale: #525252. Windows color (decimal): -3143289 or 8849872. OLE color: 8849872.

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

Color convert

RGB 208 9 135 -
CMYK 0 0.96 0.35 0.18
HSL 322.01º 0.92% 0.43% -
HSV(B) 322.01º 0.96% 0.82% -
XYZ 30.48 15.35 24.28 -
YUV 82.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 208 9 135 0 0.96 0.35 0.18 322.01 0.92 0.43
Hex D0 9 87 0 60 23 12 142 5C 2B
Octal 320 11 207 0 140 43 22 502 134 53
Binary 11010000 1001 10000111 0 1100000 100011 10010 101000010 1011100 101011

Color Harmonies of #D00987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00987

Black with #D00987

Text Example


Text Example

White with #D00987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00987; }

 p { color: rgb(208,9,135); }

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

background-color css

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

 a { background-color: rgb(208,9,135); }

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

border-color css

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

 span { border-color: rgb(208,9,135); }

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