#DE345B

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

Shades of Cerise #DE345B

Tints of Cerise #DE345B

Color information

#DE345B (or 0xDE345B) is unknown color: approx Cerise. HEX triplet: DE, 34 and 5B. RGB value is (222,52,91). Sum of RGB (Red+Green+Blue) = 222+52+91=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE345B is #21CBA4. Grayscale: #6B6B6B. Windows color (decimal): -2214821 or 5977310. OLE color: 5977310.

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

Color convert

RGB2225291-
CMYK00.770.590.13
HSL346.24º72.03%53.73%-
HSV(B)346.24º76.58%87.06%-
XYZ33.2418.7411.76-
YUV107.28118.82209.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.82%
GREEN value IS 52 (20.70% from 255) = 14.25%
BLUE value IS 91 (35.94% from 255) = 24.93%
R=60.82%
G=14.25%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222529100.770.590.13346.2472.0353.73
HexDE345B04D3BD15a4836
Octal336641330115731553211066
Binary1101111011010010110110100110111101111011010110101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE345B; }

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

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

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

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

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

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

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

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