Html Css Color HEX #DE2776 Deep Cerise

📋 copy color: '#DE2776'

red 222 ◦ green 39 ◦ blue 118

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

Shades of Deep Cerise #DE2776

Tints of Deep Cerise #DE2776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.29%

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

R = 58.58%
G = 10.29%
B = 31.13%

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

#DE2776 (or 0xDE2776) is known color: Deep Cerise. HEX triplet: DE, 27 and 76. RGB value is (222,39,118). Sum of RGB (Red+Green+Blue) = 222+39+118=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2776 is #21D889. Grayscale: #666666. Windows color (decimal): -2218122 or 7743454. OLE color: 7743454.

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

Color convert

RGB 222 39 118 -
CMYK 0 0.82 0.47 0.13
HSL 334.1º 0.73% 0.51% -
HSV(B) 334.1º 0.82% 0.87% -
XYZ 34.12 18.29 18.87 -
YUV 102.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 222 39 118 0 0.82 0.47 0.13 334.1 0.73 0.51
Hex DE 27 76 0 52 2F D 14E 49 33
Octal 336 47 166 0 122 57 15 516 111 63
Binary 11011110 100111 1110110 0 1010010 101111 1101 101001110 1001001 110011

Color Harmonies of #DE2776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2776

Black with #DE2776

Text Example


Text Example

White with #DE2776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2776; }

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

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

background-color css

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

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

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

border-color css

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

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

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