Html Css Color HEX #DE2772 Cerise

📋 copy color: '#DE2772'

red 222 ◦ green 39 ◦ blue 114

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

Shades of Cerise #DE2772

Tints of Cerise #DE2772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 59.2%
G = 10.4%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE2772 (or 0xDE2772) is known color: Cerise. HEX triplet: DE, 27 and 72. RGB value is (222,39,114). Sum of RGB (Red+Green+Blue) = 222+39+114=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2772 is #21D88D. Grayscale: #666666. Windows color (decimal): -2218126 or 7481310. OLE color: 7481310.

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

Color convert

RGB 222 39 114 -
CMYK 0 0.82 0.49 0.13
HSL 335.41º 0.73% 0.51% -
HSV(B) 335.41º 0.82% 0.87% -
XYZ 33.89 18.2 17.65 -
YUV 102.27 134.63 213.4 -
System Red Green Blue C M Y K H S L
Decimal 222 39 114 0 0.82 0.49 0.13 335.41 0.73 0.51
Hex DE 27 72 0 52 31 D 14F 49 33
Octal 336 47 162 0 122 61 15 517 111 63
Binary 11011110 100111 1110010 0 1010010 110001 1101 101001111 1001001 110011

Color Harmonies of #DE2772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2772

Black with #DE2772

Text Example


Text Example

White with #DE2772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2772; }

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

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

background-color css

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

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

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

border-color css

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

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

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