#DE3F5E

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

Shades of Cerise #DE3F5E

Tints of Cerise #DE3F5E

Color information

#DE3F5E (or 0xDE3F5E) is unknown color: approx Cerise. HEX triplet: DE, 3F and 5E. RGB value is (222,63,94). Sum of RGB (Red+Green+Blue) = 222+63+94=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3F5E is #21C0A1. Grayscale: #727272. Windows color (decimal): -2212002 or 6176734. OLE color: 6176734.

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

Color convert

RGB2226394-
CMYK00.720.580.13
HSL348.3º70.67%55.88%-
HSV(B)348.3º71.62%87.06%-
XYZ33.9219.8912.64-
YUV114.07116.68204.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.58%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=58.58%
G=16.62%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222639400.720.580.13348.370.6755.88
HexDE3F5E0483AD15c4738
Octal336771360110721553410770
Binary1101111011111110111100100100011101011011010111001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3F5E; }

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

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

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

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

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

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

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

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