#DF2C60

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

Shades of Cerise #DF2C60

Tints of Cerise #DF2C60

Color information

#DF2C60 (or 0xDF2C60) is unknown color: approx Cerise. HEX triplet: DF, 2C and 60. RGB value is (223,44,96). Sum of RGB (Red+Green+Blue) = 223+44+96=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2C60 is #20D39F. Grayscale: #676767. Windows color (decimal): -2151328 or 6302943. OLE color: 6302943.

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

Color convert

RGB2234496-
CMYK00.800.570.13
HSL342.57º73.66%52.35%-
HSV(B)342.57º80.27%87.45%-
XYZ33.4418.3312.84-
YUV103.45123.8213.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 61.43%
GREEN value IS 44 (17.58% from 255) = 12.12%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=61.43%
G=12.12%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223449600.800.570.13342.5773.6652.35
HexDF2C6005039D1574a34
Octal337541400120711552711264
Binary1101111110110011000000101000011100111011010101111001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2C60; }

 p { color: rgb(223,44,96); }

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

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

 a { background-color: rgb(223,44,96); }

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

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

 span { border-color: rgb(223,44,96); }

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