Html Css Color HEX #DE2494 Deep Cerise

📋 copy color: '#DE2494'

red 222 ◦ green 36 ◦ blue 148

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

Shades of Deep Cerise #DE2494

Tints of Deep Cerise #DE2494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 54.68%
G = 8.87%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE2494 (or 0xDE2494) is known color: Deep Cerise. HEX triplet: DE, 24 and 94. RGB value is (222,36,148). Sum of RGB (Red+Green+Blue) = 222+36+148=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2494 is #21DB6B. Grayscale: #686868. Windows color (decimal): -2218860 or 9708766. OLE color: 9708766.

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

Color convert

RGB 222 36 148 -
CMYK 0 0.84 0.33 0.13
HSL 323.87º 0.74% 0.51% -
HSV(B) 323.87º 0.84% 0.87% -
XYZ 36.1 18.93 29.77 -
YUV 104.38 152.62 211.89 -
System Red Green Blue C M Y K H S L
Decimal 222 36 148 0 0.84 0.33 0.13 323.87 0.74 0.51
Hex DE 24 94 0 54 21 D 144 4A 33
Octal 336 44 224 0 124 41 15 504 112 63
Binary 11011110 100100 10010100 0 1010100 100001 1101 101000100 1001010 110011

Color Harmonies of #DE2494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2494

Black with #DE2494

Text Example


Text Example

White with #DE2494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2494; }

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

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

background-color css

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

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

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

border-color css

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

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

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