#DC2A6E

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

Shades of Cerise #DC2A6E

Tints of Cerise #DC2A6E

Color information

#DC2A6E (or 0xDC2A6E) is unknown color: approx Cerise. HEX triplet: DC, 2A and 6E. RGB value is (220,42,110). Sum of RGB (Red+Green+Blue) = 220+42+110=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2A6E is #23D591. Grayscale: #666666. Windows color (decimal): -2348434 or 7219932. OLE color: 7219932.

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

Color convert

RGB22042110-
CMYK00.810.500.14
HSL337.08º71.77%51.37%-
HSV(B)337.08º80.91%86.27%-
XYZ33.161816.48-
YUV102.97131.97211.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.14%
GREEN value IS 42 (16.80% from 255) = 11.29%
BLUE value IS 110 (43.36% from 255) = 29.57%
R=59.14%
G=11.29%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204211000.810.500.14337.0871.7751.37
HexDC2A6E05132E1514833
Octal334521560121621652111063
Binary1101110010101011011100101000111001011101010100011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2A6E; }

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

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

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

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

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

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

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

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