Html Css Color HEX #DE2291 Deep Cerise

📋 copy color: '#DE2291'

red 222 ◦ green 34 ◦ blue 145

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

Shades of Deep Cerise #DE2291

Tints of Deep Cerise #DE2291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.48%

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

R = 55.36%
G = 8.48%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE2291 (or 0xDE2291) is known color: Deep Cerise. HEX triplet: DE, 22 and 91. RGB value is (222,34,145). Sum of RGB (Red+Green+Blue) = 222+34+145=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2291 is #21DD6E. Grayscale: #666666. Windows color (decimal): -2219375 or 9511646. OLE color: 9511646.

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

Color convert

RGB 222 34 145 -
CMYK 0 0.85 0.35 0.13
HSL 324.57º 0.74% 0.5% -
HSV(B) 324.57º 0.85% 0.87% -
XYZ 35.81 18.72 28.51 -
YUV 102.87 151.78 212.97 -
System Red Green Blue C M Y K H S L
Decimal 222 34 145 0 0.85 0.35 0.13 324.57 0.74 0.5
Hex DE 22 91 0 55 23 D 145 4A 32
Octal 336 42 221 0 125 43 15 505 112 62
Binary 11011110 100010 10010001 0 1010101 100011 1101 101000101 1001010 110010

Color Harmonies of #DE2291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2291

Black with #DE2291

Text Example


Text Example

White with #DE2291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2291; }

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

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

background-color css

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

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

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

border-color css

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

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

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