Html Css Color HEX #DE2276 Deep Cerise

📋 copy color: '#DE2276'

red 222 ◦ green 34 ◦ blue 118

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

Shades of Deep Cerise #DE2276

Tints of Deep Cerise #DE2276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.55%

R = 59.36%
G = 9.09%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE2276 (or 0xDE2276) is known color: Deep Cerise. HEX triplet: DE, 22 and 76. RGB value is (222,34,118). Sum of RGB (Red+Green+Blue) = 222+34+118=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2276 is #21DD89. Grayscale: #636363. Windows color (decimal): -2219402 or 7742174. OLE color: 7742174.

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

Color convert

RGB 222 34 118 -
CMYK 0 0.85 0.47 0.13
HSL 333.19º 0.74% 0.5% -
HSV(B) 333.19º 0.85% 0.87% -
XYZ 33.97 17.98 18.82 -
YUV 99.79 138.28 215.17 -
System Red Green Blue C M Y K H S L
Decimal 222 34 118 0 0.85 0.47 0.13 333.19 0.74 0.5
Hex DE 22 76 0 55 2F D 14D 4A 32
Octal 336 42 166 0 125 57 15 515 112 62
Binary 11011110 100010 1110110 0 1010101 101111 1101 101001101 1001010 110010

Color Harmonies of #DE2276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2276

Black with #DE2276

Text Example


Text Example

White with #DE2276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2276; }

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

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

background-color css

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

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

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

border-color css

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

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

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