Html Css Color HEX #DE2491 Deep Cerise

📋 copy color: '#DE2491'

red 222 ◦ green 36 ◦ blue 145

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

Shades of Deep Cerise #DE2491

Tints of Deep Cerise #DE2491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.93%

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

R = 55.09%
G = 8.93%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE2491 (or 0xDE2491) is known color: Deep Cerise. HEX triplet: DE, 24 and 91. RGB value is (222,36,145). Sum of RGB (Red+Green+Blue) = 222+36+145=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2491 is #21DB6E. Grayscale: #676767. Windows color (decimal): -2218863 or 9512158. OLE color: 9512158.

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

Color convert

RGB 222 36 145 -
CMYK 0 0.84 0.35 0.13
HSL 324.84º 0.74% 0.51% -
HSV(B) 324.84º 0.84% 0.87% -
XYZ 35.87 18.84 28.53 -
YUV 104.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 222 36 145 0 0.84 0.35 0.13 324.84 0.74 0.51
Hex DE 24 91 0 54 23 D 145 4A 33
Octal 336 44 221 0 124 43 15 505 112 63
Binary 11011110 100100 10010001 0 1010100 100011 1101 101000101 1001010 110011

Color Harmonies of #DE2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2491

Black with #DE2491

Text Example


Text Example

White with #DE2491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2491; }

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

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

background-color css

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

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

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

border-color css

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

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

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