Html Css Color HEX #D00591 Medium Violet Red

📋 copy color: '#D00591'

red 208 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #D00591

Tints of Medium Violet Red #D00591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 58.1%
G = 1.4%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D00591 (or 0xD00591) is known color: Medium Violet Red. HEX triplet: D0, 05 and 91. RGB value is (208,5,145). Sum of RGB (Red+Green+Blue) = 208+5+145=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D00591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00591 is #2FFA6E. Grayscale: #515151. Windows color (decimal): -3144303 or 9504208. OLE color: 9504208.

HSL color Cylindrical-coordinate representation of color #D00591: hue angle of 318.62º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00591 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 145 -
CMYK 0 0.98 0.30 0.18
HSL 318.62º 0.95% 0.42% -
HSV(B) 318.62º 0.98% 0.82% -
XYZ 31.18 15.56 28.15 -
YUV 81.66 163.75 218.12 -
System Red Green Blue C M Y K H S L
Decimal 208 5 145 0 0.98 0.30 0.18 318.62 0.95 0.42
Hex D0 5 91 0 62 1E 12 13F 5F 2A
Octal 320 5 221 0 142 36 22 477 137 52
Binary 11010000 101 10010001 0 1100010 11110 10010 100111111 1011111 101010

Color Harmonies of #D00591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00591

Black with #D00591

Text Example


Text Example

White with #D00591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00591; }

 p { color: rgb(208,5,145); }

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

background-color css

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

 a { background-color: rgb(208,5,145); }

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

border-color css

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

 span { border-color: rgb(208,5,145); }

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