#DE256C

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

Shades of Cerise #DE256C

Tints of Cerise #DE256C

Color information

#DE256C (or 0xDE256C) is unknown color: approx Cerise. HEX triplet: DE, 25 and 6C. RGB value is (222,37,108). Sum of RGB (Red+Green+Blue) = 222+37+108=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE256C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE256C is #21DA93. Grayscale: #646464. Windows color (decimal): -2218644 or 7087582. OLE color: 7087582.

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

Color convert

RGB22237108-
CMYK00.830.510.13
HSL336.97º73.71%50.78%-
HSV(B)336.97º83.33%87.06%-
XYZ33.4917.9415.88-
YUV100.41132.29214.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 60.49%
GREEN value IS 37 (14.84% from 255) = 10.08%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=60.49%
G=10.08%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223710800.830.510.13336.9773.7150.78
HexDE256C05333D1514a33
Octal336451540123631552111263
Binary1101111010010111011000101001111001111011010100011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE256C; }

 p { color: rgb(222,37,108); }

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

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

 a { background-color: rgb(222,37,108); }

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

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

 span { border-color: rgb(222,37,108); }

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