#DE3973

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

Shades of Cerise #DE3973

Tints of Cerise #DE3973

Color information

#DE3973 (or 0xDE3973) is unknown color: approx Cerise. HEX triplet: DE, 39 and 73. RGB value is (222,57,115). Sum of RGB (Red+Green+Blue) = 222+57+115=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3973 is #21C68C. Grayscale: #707070. Windows color (decimal): -2213517 or 7551454. OLE color: 7551454.

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

Color convert

RGB22257115-
CMYK00.740.480.13
HSL338.91º71.43%54.71%-
HSV(B)338.91º74.32%87.06%-
XYZ34.6819.6918.19-
YUV112.95129.16205.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.35%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=56.35%
G=14.47%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225711500.740.480.13338.9171.4354.71
HexDE397304A30D1534737
Octal336711630112601552310767
Binary1101111011100111100110100101011000011011010100111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3973; }

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

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

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

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

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

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

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

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