Html Css Color HEX #D00991 Medium Violet Red

📋 copy color: '#D00991'

red 208 ◦ green 9 ◦ blue 145

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

Shades of Medium Violet Red #D00991

Tints of Medium Violet Red #D00991

RGB

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

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

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

R = 57.46%
G = 2.49%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D00991 (or 0xD00991) is known color: Medium Violet Red. HEX triplet: D0, 09 and 91. RGB value is (208,9,145). Sum of RGB (Red+Green+Blue) = 208+9+145=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D00991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00991 is #2FF66E. Grayscale: #535353. Windows color (decimal): -3143279 or 9505232. OLE color: 9505232.

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

Color convert

RGB 208 9 145 -
CMYK 0 0.96 0.30 0.18
HSL 319º 0.92% 0.43% -
HSV(B) 319º 0.96% 0.82% -
XYZ 31.22 15.65 28.16 -
YUV 84.01 162.43 216.44 -
System Red Green Blue C M Y K H S L
Decimal 208 9 145 0 0.96 0.30 0.18 319 0.92 0.43
Hex D0 9 91 0 60 1E 12 13F 5C 2B
Octal 320 11 221 0 140 36 22 477 134 53
Binary 11010000 1001 10010001 0 1100000 11110 10010 100111111 1011100 101011

Color Harmonies of #D00991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00991

Black with #D00991

Text Example


Text Example

White with #D00991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00991; }

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

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

background-color css

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

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

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

border-color css

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

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

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