#DC2563

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

Shades of Cerise #DC2563

Tints of Cerise #DC2563

Color information

#DC2563 (or 0xDC2563) is unknown color: approx Cerise. HEX triplet: DC, 25 and 63. RGB value is (220,37,99). Sum of RGB (Red+Green+Blue) = 220+37+99=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2563 is #23DA9C. Grayscale: #626262. Windows color (decimal): -2349725 or 6497756. OLE color: 6497756.

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

Color convert

RGB2203799-
CMYK00.830.550.14
HSL339.67º72.33%50.39%-
HSV(B)339.67º83.18%86.27%-
XYZ32.4317.4413.46-
YUV98.78128.13214.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.80%
GREEN value IS 37 (14.84% from 255) = 10.39%
BLUE value IS 99 (39.06% from 255) = 27.81%
R=61.80%
G=10.39%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220379900.830.550.14339.6772.3350.39
HexDC256305337E1544832
Octal334451430123671652411062
Binary1101110010010111000110101001111011111101010101001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2563; }

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

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

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

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

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

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

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

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