Html Css Color HEX #D00291 Medium Violet Red

📋 copy color: '#D00291'

red 208 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #D00291

Tints of Medium Violet Red #D00291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 58.59%
G = 0.56%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D00291 (or 0xD00291) is known color: Medium Violet Red. HEX triplet: D0, 02 and 91. RGB value is (208,2,145). Sum of RGB (Red+Green+Blue) = 208+2+145=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D00291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00291 is #2FFD6E. Grayscale: #4F4F4F. Windows color (decimal): -3145071 or 9503440. OLE color: 9503440.

HSL color Cylindrical-coordinate representation of color #D00291: hue angle of 318.35º degrees, saturation: 0.98, 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 #D00291 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 145 -
CMYK 0 0.99 0.30 0.18
HSL 318.35º 0.98% 0.41% -
HSV(B) 318.35º 0.99% 0.82% -
XYZ 31.14 15.5 28.14 -
YUV 79.9 164.75 219.37 -
System Red Green Blue C M Y K H S L
Decimal 208 2 145 0 0.99 0.30 0.18 318.35 0.98 0.41
Hex D0 2 91 0 63 1E 12 13E 62 29
Octal 320 2 221 0 143 36 22 476 142 51
Binary 11010000 10 10010001 0 1100011 11110 10010 100111110 1100010 101001

Color Harmonies of #D00291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00291

Black with #D00291

Text Example


Text Example

White with #D00291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00291; }

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

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

background-color css

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

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

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

border-color css

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

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

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