#DE4261

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

Shades of Cerise #DE4261

Tints of Cerise #DE4261

Color information

#DE4261 (or 0xDE4261) is unknown color: approx Cerise. HEX triplet: DE, 42 and 61. RGB value is (222,66,97). Sum of RGB (Red+Green+Blue) = 222+66+97=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4261 is #21BD9E. Grayscale: #747474. Windows color (decimal): -2211231 or 6374110. OLE color: 6374110.

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

Color convert

RGB2226697-
CMYK00.700.560.13
HSL348.08º70.27%56.47%-
HSV(B)348.08º70.27%87.06%-
XYZ34.2320.2913.42-
YUV116.18117.18203.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.66%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=57.66%
G=17.14%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222669700.700.560.13348.0870.2756.47
HexDE426104638D15c4638
Octal3361021410106701553410670
Binary11011110100001011000010100011011100011011010111001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4261; }

 p { color: rgb(222,66,97); }

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

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

 a { background-color: rgb(222,66,97); }

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

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

 span { border-color: rgb(222,66,97); }

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