#DE345A

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

Shades of Cerise #DE345A

Tints of Cerise #DE345A

Color information

#DE345A (or 0xDE345A) is unknown color: approx Cerise. HEX triplet: DE, 34 and 5A. RGB value is (222,52,90). Sum of RGB (Red+Green+Blue) = 222+52+90=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE345A is #21CBA5. Grayscale: #6B6B6B. Windows color (decimal): -2214822 or 5911774. OLE color: 5911774.

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

Color convert

RGB2225290-
CMYK00.770.590.13
HSL346.59º72.03%53.73%-
HSV(B)346.59º76.58%87.06%-
XYZ33.218.7211.54-
YUV107.16118.32209.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.99%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 90 (35.55% from 255) = 24.73%
R=60.99%
G=14.29%
B=24.73%

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
Decimal222529000.770.590.13346.5972.0353.73
HexDE345A04D3BD15b4836
Octal336641320115731553311066
Binary1101111011010010110100100110111101111011010110111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE345A; }

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

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

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

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

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

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

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

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