#DE2B71

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

Shades of Cerise #DE2B71

Tints of Cerise #DE2B71

Color information

#DE2B71 (or 0xDE2B71) is unknown color: approx Cerise. HEX triplet: DE, 2B and 71. RGB value is (222,43,113). Sum of RGB (Red+Green+Blue) = 222+43+113=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2B71 is #21D48E. Grayscale: #686868. Windows color (decimal): -2217103 or 7416798. OLE color: 7416798.

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

Color convert

RGB22243113-
CMYK00.810.490.13
HSL336.54º73.06%51.96%-
HSV(B)336.54º80.63%87.06%-
XYZ33.9718.4517.39-
YUV104.5132.8211.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.73%
GREEN value IS 43 (17.19% from 255) = 11.38%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=58.73%
G=11.38%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224311300.810.490.13336.5473.0651.96
HexDE2B7105131D1514934
Octal336531610121611552111164
Binary1101111010101111100010101000111000111011010100011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2B71; }

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

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

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

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

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

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

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

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