#DE3F6F

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

Shades of Cerise #DE3F6F

Tints of Cerise #DE3F6F

Color information

#DE3F6F (or 0xDE3F6F) is unknown color: approx Cerise. HEX triplet: DE, 3F and 6F. RGB value is (222,63,111). Sum of RGB (Red+Green+Blue) = 222+63+111=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3F6F is #21C090. Grayscale: #737373. Windows color (decimal): -2211985 or 7290846. OLE color: 7290846.

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

Color convert

RGB22263111-
CMYK00.720.50.13
HSL341.89º70.67%55.88%-
HSV(B)341.89º71.62%87.06%-
XYZ34.7720.2317.11-
YUV116.01125.18203.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.06%
GREEN value IS 63 (25% from 255) = 15.91%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=56.06%
G=15.91%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.5
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226311100.720.50.13341.8970.6755.88
HexDE3F6F04832D1564738
Octal336771570110621552610770
Binary1101111011111111011110100100011001011011010101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3F6F; }

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

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

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

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

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

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

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

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