#DE3972

Color #DE3972 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #DE3972

Tints of Cerise #DE3972

Color information

#DE3972 (or 0xDE3972) is unknown color: approx Cerise. HEX triplet: DE, 39 and 72. RGB value is (222,57,114). Sum of RGB (Red+Green+Blue) = 222+57+114=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3972 is #21C68D. Grayscale: #707070. Windows color (decimal): -2213518 or 7485918. OLE color: 7485918.

HSL color Cylindrical-coordinate representation of color #DE3972: hue angle of 339.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE3972 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB22257114-
CMYK00.740.490.13
HSL339.27º71.43%54.71%-
HSV(B)339.27º74.32%87.06%-
XYZ34.6219.6717.89-
YUV112.83128.66205.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.49%
GREEN value IS 57 (22.66% from 255) = 14.50%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=56.49%
G=14.50%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225711400.740.490.13339.2771.4354.71
HexDE397204A31D1534737
Octal336711620112611552310767
Binary1101111011100111100100100101011000111011010100111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3972; }

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

 H1.HeaderClassName
 {
   color: #DE3972;
 }
 .AnyTagClassName
 {
   color: #DE3972;
 }
</style>
background-color css

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

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

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

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

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

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