#dc3a7c

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

Shades of Deep Cerise #DC3A7C

Tints of Deep Cerise #DC3A7C

Color information

#DC3A7C (or 0xDC3A7C) is unknown color: approx Deep Cerise. HEX triplet: DC, 3A and 7C. RGB value is (220,58,124). Sum of RGB (Red+Green+Blue) = 220+58+124=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A7C is #23C583. Grayscale: #717171. Windows color (decimal): -2344324 or 8141532. OLE color: 8141532.

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

Color convert

RGB22058124-
CMYK00.740.440.14
HSL335.56º69.83%54.51%-
HSV(B)335.56º73.64%86.27%-
XYZ34.6719.721.04-
YUV113.96133.67203.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.73%
GREEN value IS 58 (23.05% from 255) = 14.43%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=54.73%
G=14.43%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205812400.740.440.14335.5669.8354.51
HexDC3A7C04A2CE1504637
Octal334721740112541652010667
Binary1101110011101011111000100101010110011101010100001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc3a7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc3a7c; }

 p { color: rgb(220,58,124); }

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

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

 a { background-color: rgb(220,58,124); }

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

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

 span { border-color: rgb(220,58,124); }

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