#DE3C6F

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

Shades of Cerise #DE3C6F

Tints of Cerise #DE3C6F

Color information

#DE3C6F (or 0xDE3C6F) is unknown color: approx Cerise. HEX triplet: DE, 3C and 6F. RGB value is (222,60,111). Sum of RGB (Red+Green+Blue) = 222+60+111=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3C6F is #21C390. Grayscale: #727272. Windows color (decimal): -2212753 or 7290078. OLE color: 7290078.

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

Color convert

RGB22260111-
CMYK00.730.50.13
HSL341.11º71.05%55.29%-
HSV(B)341.11º72.97%87.06%-
XYZ34.6119.9117.06-
YUV114.25126.17204.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.49%
GREEN value IS 60 (23.83% from 255) = 15.27%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=56.49%
G=15.27%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226011100.730.50.13341.1171.0555.29
HexDE3C6F04932D1554737
Octal336741570111621552510767
Binary1101111011110011011110100100111001011011010101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3C6F; }

 p { color: rgb(222,60,111); }

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

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

 a { background-color: rgb(222,60,111); }

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

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

 span { border-color: rgb(222,60,111); }

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