#DE2B74

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

Shades of Cerise #DE2B74

Tints of Cerise #DE2B74

Color information

#DE2B74 (or 0xDE2B74) is unknown color: approx Cerise. HEX triplet: DE, 2B and 74. RGB value is (222,43,116). Sum of RGB (Red+Green+Blue) = 222+43+116=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2B74 is #21D48B. Grayscale: #686868. Windows color (decimal): -2217100 or 7613406. OLE color: 7613406.

HSL color Cylindrical-coordinate representation of color #DE2B74: hue angle of 335.53º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2B74 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22243116-
CMYK00.810.480.13
HSL335.53º73.06%51.96%-
HSV(B)335.53º80.63%87.06%-
XYZ34.1418.5218.3-
YUV104.84134.3211.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.27%
GREEN value IS 43 (17.19% from 255) = 11.29%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=58.27%
G=11.29%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224311600.810.480.13335.5373.0651.96
HexDE2B7405130D1504934
Octal336531640121601552011164
Binary1101111010101111101000101000111000011011010100001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2B74; }

 p { color: rgb(222,43,116); }

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

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

 a { background-color: rgb(222,43,116); }

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

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

 span { border-color: rgb(222,43,116); }

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