#DE3368

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

Shades of Cerise #DE3368

Tints of Cerise #DE3368

Color information

#DE3368 (or 0xDE3368) is unknown color: approx Cerise. HEX triplet: DE, 33 and 68. RGB value is (222,51,104). Sum of RGB (Red+Green+Blue) = 222+51+104=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3368 is #21CC97. Grayscale: #6C6C6C. Windows color (decimal): -2215064 or 6829022. OLE color: 6829022.

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

Color convert

RGB22251104-
CMYK00.770.530.13
HSL341.4º72.15%53.53%-
HSV(B)341.4º77.03%87.06%-
XYZ33.8118.914.96-
YUV108.17125.65209.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.89%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=58.89%
G=13.53%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225110400.770.530.13341.472.1553.53
HexDE336804D35D1554836
Octal336631500115651552511066
Binary1101111011001111010000100110111010111011010101011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3368; }

 p { color: rgb(222,51,104); }

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

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

 a { background-color: rgb(222,51,104); }

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

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

 span { border-color: rgb(222,51,104); }

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