Html Css Color HEX #DE2496 Deep Cerise

📋 copy color: '#DE2496'

red 222 ◦ green 36 ◦ blue 150

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

Shades of Deep Cerise #DE2496

Tints of Deep Cerise #DE2496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 54.41%
G = 8.82%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DE2496 (or 0xDE2496) is known color: Deep Cerise. HEX triplet: DE, 24 and 96. RGB value is (222,36,150). Sum of RGB (Red+Green+Blue) = 222+36+150=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2496 is #21DB69. Grayscale: #686868. Windows color (decimal): -2218858 or 9839838. OLE color: 9839838.

HSL color Cylindrical-coordinate representation of color #DE2496: hue angle of 323.23º 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 #DE2496 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 36 150 -
CMYK 0 0.84 0.32 0.13
HSL 323.23º 0.74% 0.51% -
HSV(B) 323.23º 0.84% 0.87% -
XYZ 36.26 18.99 30.61 -
YUV 104.61 153.62 211.73 -
System Red Green Blue C M Y K H S L
Decimal 222 36 150 0 0.84 0.32 0.13 323.23 0.74 0.51
Hex DE 24 96 0 54 20 D 143 4A 33
Octal 336 44 226 0 124 40 15 503 112 63
Binary 11011110 100100 10010110 0 1010100 100000 1101 101000011 1001010 110011

Color Harmonies of #DE2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2496

Black with #DE2496

Text Example


Text Example

White with #DE2496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2496; }

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

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

background-color css

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

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

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

border-color css

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

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

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