Html Css Color HEX #D00387 Medium Violet Red

📋 copy color: '#D00387'

red 208 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #D00387

Tints of Medium Violet Red #D00387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 60.12%
G = 0.87%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D00387 (or 0xD00387) is known color: Medium Violet Red. HEX triplet: D0, 03 and 87. RGB value is (208,3,135). Sum of RGB (Red+Green+Blue) = 208+3+135=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D00387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00387 is #2FFC78. Grayscale: #4F4F4F. Windows color (decimal): -3144825 or 8848336. OLE color: 8848336.

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

Color convert

RGB 208 3 135 -
CMYK 0 0.99 0.35 0.18
HSL 321.37º 0.97% 0.41% -
HSV(B) 321.37º 0.99% 0.82% -
XYZ 30.42 15.22 24.26 -
YUV 79.34 159.42 219.77 -
System Red Green Blue C M Y K H S L
Decimal 208 3 135 0 0.99 0.35 0.18 321.37 0.97 0.41
Hex D0 3 87 0 63 23 12 141 61 29
Octal 320 3 207 0 143 43 22 501 141 51
Binary 11010000 11 10000111 0 1100011 100011 10010 101000001 1100001 101001

Color Harmonies of #D00387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00387

Black with #D00387

Text Example


Text Example

White with #D00387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00387; }

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

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

background-color css

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

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

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

border-color css

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

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

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