#DC2570

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

Shades of Cerise #DC2570

Tints of Cerise #DC2570

Color information

#DC2570 (or 0xDC2570) is unknown color: approx Cerise. HEX triplet: DC, 25 and 70. RGB value is (220,37,112). Sum of RGB (Red+Green+Blue) = 220+37+112=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2570 is #23DA8F. Grayscale: #646464. Windows color (decimal): -2349712 or 7349724. OLE color: 7349724.

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

Color convert

RGB22037112-
CMYK00.830.490.14
HSL335.41º72.33%50.39%-
HSV(B)335.41º83.18%86.27%-
XYZ33.117.7117-
YUV100.27134.63213.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.62%
GREEN value IS 37 (14.84% from 255) = 10.03%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=59.62%
G=10.03%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203711200.830.490.14335.4172.3350.39
HexDC257005331E14f4832
Octal334451600123611651711062
Binary1101110010010111100000101001111000111101010011111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2570; }

 p { color: rgb(220,37,112); }

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

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

 a { background-color: rgb(220,37,112); }

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

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

 span { border-color: rgb(220,37,112); }

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