#DE2761

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

Shades of Cerise #DE2761

Tints of Cerise #DE2761

Color information

#DE2761 (or 0xDE2761) is unknown color: approx Cerise. HEX triplet: DE, 27 and 61. RGB value is (222,39,97). Sum of RGB (Red+Green+Blue) = 222+39+97=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2761 is #21D89E. Grayscale: #646464. Windows color (decimal): -2218143 or 6367198. OLE color: 6367198.

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

Color convert

RGB2223997-
CMYK00.820.560.13
HSL340.98º73.49%51.18%-
HSV(B)340.98º82.43%87.06%-
XYZ33.0117.8413.01-
YUV100.33126.13214.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.01%
GREEN value IS 39 (15.62% from 255) = 10.89%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=62.01%
G=10.89%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222399700.820.560.13340.9873.4951.18
HexDE276105238D1554933
Octal336471410122701552511163
Binary1101111010011111000010101001011100011011010101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2761; }

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

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

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

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

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

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

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

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