#DE2468

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

Shades of Cerise #DE2468

Tints of Cerise #DE2468

Color information

#DE2468 (or 0xDE2468) is unknown color: approx Cerise. HEX triplet: DE, 24 and 68. RGB value is (222,36,104). Sum of RGB (Red+Green+Blue) = 222+36+104=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2468 is #21DB97. Grayscale: #636363. Windows color (decimal): -2218904 or 6825182. OLE color: 6825182.

HSL color Cylindrical-coordinate representation of color #DE2468: hue angle of 338.06º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2468 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB22236104-
CMYK00.840.530.13
HSL338.06º73.81%50.59%-
HSV(B)338.06º83.78%87.06%-
XYZ33.2517.7914.78-
YUV99.37130.62215.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.33%
GREEN value IS 36 (14.45% from 255) = 9.94%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=61.33%
G=9.94%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223610400.840.530.13338.0673.8150.59
HexDE246805435D1524a33
Octal336441500124651552211263
Binary1101111010010011010000101010011010111011010100101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2468; }

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

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

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

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

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

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

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

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