Html Css Color HEX #DE0991 Medium Violet Red

📋 copy color: '#DE0991'

red 222 ◦ green 9 ◦ blue 145

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

Shades of Medium Violet Red #DE0991

Tints of Medium Violet Red #DE0991

RGB

 RED value IS 222 (87.11% from 255) = 59.04%

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

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

R = 59.04%
G = 2.39%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE0991 (or 0xDE0991) is known color: Medium Violet Red. HEX triplet: DE, 09 and 91. RGB value is (222,9,145). Sum of RGB (Red+Green+Blue) = 222+9+145=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0991 is #21F66E. Grayscale: #575757. Windows color (decimal): -2225775 or 9505246. OLE color: 9505246.

HSL color Cylindrical-coordinate representation of color #DE0991: hue angle of 321.69º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE0991 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 9 145 -
CMYK 0 0.96 0.35 0.13
HSL 321.69º 0.92% 0.45% -
HSV(B) 321.69º 0.96% 0.87% -
XYZ 35.33 17.77 28.36 -
YUV 88.19 160.07 223.44 -
System Red Green Blue C M Y K H S L
Decimal 222 9 145 0 0.96 0.35 0.13 321.69 0.92 0.45
Hex DE 9 91 0 60 23 D 142 5C 2D
Octal 336 11 221 0 140 43 15 502 134 55
Binary 11011110 1001 10010001 0 1100000 100011 1101 101000010 1011100 101101

Color Harmonies of #DE0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0991

Black with #DE0991

Text Example


Text Example

White with #DE0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0991; }

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

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

background-color css

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

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

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

border-color css

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

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

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