#DE3459

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

Shades of Cerise #DE3459

Tints of Cerise #DE3459

Color information

#DE3459 (or 0xDE3459) is unknown color: approx Cerise. HEX triplet: DE, 34 and 59. RGB value is (222,52,89). Sum of RGB (Red+Green+Blue) = 222+52+89=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3459 is #21CBA6. Grayscale: #6B6B6B. Windows color (decimal): -2214823 or 5846238. OLE color: 5846238.

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

Color convert

RGB2225289-
CMYK00.770.600.13
HSL346.94º72.03%53.73%-
HSV(B)346.94º76.58%87.06%-
XYZ33.1618.7111.31-
YUV107.05117.82209.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.16%
GREEN value IS 52 (20.70% from 255) = 14.33%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=61.16%
G=14.33%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222528900.770.600.13346.9472.0353.73
HexDE345904D3CD15b4836
Octal336641310115741553311066
Binary1101111011010010110010100110111110011011010110111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3459; }

 p { color: rgb(222,52,89); }

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

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

 a { background-color: rgb(222,52,89); }

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

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

 span { border-color: rgb(222,52,89); }

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