Html Css Color HEX #D00087 Medium Violet Red

📋 copy color: '#D00087'

red 208 ◦ green 0 ◦ blue 135

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

Shades of Medium Violet Red #D00087

Tints of Medium Violet Red #D00087

RGB

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

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

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

R = 60.64%
G = 0%
B = 39.36%

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

#D00087 (or 0xD00087) is known color: Medium Violet Red. HEX triplet: D0, 00 and 87. RGB value is (208,0,135). Sum of RGB (Red+Green+Blue) = 208+0+135=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D00087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00087 is #2FFF78. Grayscale: #4D4D4D. Windows color (decimal): -3145593 or 8847568. OLE color: 8847568.

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

Color convert

RGB 208 0 135 -
CMYK 0 1 0.35 0.18
HSL 321.06º 1% 0.41% -
HSV(B) 321.06º 1% 0.82% -
XYZ 30.39 15.16 24.25 -
YUV 77.58 160.41 221.02 -
System Red Green Blue C M Y K H S L
Decimal 208 0 135 0 1 0.35 0.18 321.06 1 0.41
Hex D0 0 87 0 64 23 12 141 64 29
Octal 320 0 207 0 144 43 22 501 144 51
Binary 11010000 0 10000111 0 1100100 100011 10010 101000001 1100100 101001

Color Harmonies of #D00087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00087

Black with #D00087

Text Example


Text Example

White with #D00087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00087; }

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

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

background-color css

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

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

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

border-color css

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

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

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