#DE3F6E

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

Shades of Cerise #DE3F6E

Tints of Cerise #DE3F6E

Color information

#DE3F6E (or 0xDE3F6E) is unknown color: approx Cerise. HEX triplet: DE, 3F and 6E. RGB value is (222,63,110). Sum of RGB (Red+Green+Blue) = 222+63+110=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3F6E is #21C091. Grayscale: #737373. Windows color (decimal): -2211986 or 7225310. OLE color: 7225310.

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

Color convert

RGB22263110-
CMYK00.720.500.13
HSL342.26º70.67%55.88%-
HSV(B)342.26º71.62%87.06%-
XYZ34.7220.2116.82-
YUV115.9124.68203.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.20%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=56.20%
G=15.95%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226311000.720.500.13342.2670.6755.88
HexDE3F6E04832D1564738
Octal336771560110621552610770
Binary1101111011111111011100100100011001011011010101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3F6E; }

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

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

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

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

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

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

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

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