Html Css Color HEX #DE2976 Deep Cerise

📋 copy color: '#DE2976'

red 222 ◦ green 41 ◦ blue 118

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

Shades of Deep Cerise #DE2976

Tints of Deep Cerise #DE2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.76%

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

R = 58.27%
G = 10.76%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE2976 (or 0xDE2976) is known color: Deep Cerise. HEX triplet: DE, 29 and 76. RGB value is (222,41,118). Sum of RGB (Red+Green+Blue) = 222+41+118=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2976 is #21D689. Grayscale: #676767. Windows color (decimal): -2217610 or 7743966. OLE color: 7743966.

HSL color Cylindrical-coordinate representation of color #DE2976: hue angle of 334.48º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2976 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 118 -
CMYK 0 0.82 0.47 0.13
HSL 334.48º 0.73% 0.52% -
HSV(B) 334.48º 0.82% 0.87% -
XYZ 34.19 18.42 18.89 -
YUV 103.9 135.97 212.24 -
System Red Green Blue C M Y K H S L
Decimal 222 41 118 0 0.82 0.47 0.13 334.48 0.73 0.52
Hex DE 29 76 0 52 2F D 14E 49 34
Octal 336 51 166 0 122 57 15 516 111 64
Binary 11011110 101001 1110110 0 1010010 101111 1101 101001110 1001001 110100

Color Harmonies of #DE2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2976

Black with #DE2976

Text Example


Text Example

White with #DE2976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2976; }

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

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

background-color css

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

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

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

border-color css

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

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

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