#DC2A64

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

Shades of Cerise #DC2A64

Tints of Cerise #DC2A64

Color information

#DC2A64 (or 0xDC2A64) is unknown color: approx Cerise. HEX triplet: DC, 2A and 64. RGB value is (220,42,100). Sum of RGB (Red+Green+Blue) = 220+42+100=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A64 is #23D59B. Grayscale: #656565. Windows color (decimal): -2348444 or 6564572. OLE color: 6564572.

HSL color Cylindrical-coordinate representation of color #DC2A64: hue angle of 340.45º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A64 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22042100-
CMYK00.810.550.14
HSL340.45º71.77%51.37%-
HSV(B)340.45º80.91%86.27%-
XYZ32.6417.7913.77-
YUV101.83126.97212.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.77%
GREEN value IS 42 (16.80% from 255) = 11.60%
BLUE value IS 100 (39.45% from 255) = 27.62%
R=60.77%
G=11.60%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204210000.810.550.14340.4571.7751.37
HexDC2A6405137E1544833
Octal334521440121671652411063
Binary1101110010101011001000101000111011111101010101001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2A64; }

 p { color: rgb(220,42,100); }

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

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

 a { background-color: rgb(220,42,100); }

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

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

 span { border-color: rgb(220,42,100); }

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