Html Css Color HEX #DE2295 Deep Cerise

📋 copy color: '#DE2295'

red 222 ◦ green 34 ◦ blue 149

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

Shades of Deep Cerise #DE2295

Tints of Deep Cerise #DE2295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.79%

R = 54.81%
G = 8.4%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DE2295 (or 0xDE2295) is known color: Deep Cerise. HEX triplet: DE, 22 and 95. RGB value is (222,34,149). Sum of RGB (Red+Green+Blue) = 222+34+149=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2295 is #21DD6A. Grayscale: #676767. Windows color (decimal): -2219371 or 9773790. OLE color: 9773790.

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

Color convert

RGB 222 34 149 -
CMYK 0 0.85 0.33 0.13
HSL 323.3º 0.74% 0.5% -
HSV(B) 323.3º 0.85% 0.87% -
XYZ 36.12 18.84 30.17 -
YUV 103.32 153.78 212.65 -
System Red Green Blue C M Y K H S L
Decimal 222 34 149 0 0.85 0.33 0.13 323.3 0.74 0.5
Hex DE 22 95 0 55 21 D 143 4A 32
Octal 336 42 225 0 125 41 15 503 112 62
Binary 11011110 100010 10010101 0 1010101 100001 1101 101000011 1001010 110010

Color Harmonies of #DE2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2295

Black with #DE2295

Text Example


Text Example

White with #DE2295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2295; }

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

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

background-color css

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

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

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

border-color css

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

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

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