#DC3C7A

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

Shades of Deep Cerise #DC3C7A

Tints of Deep Cerise #DC3C7A

Color information

#DC3C7A (or 0xDC3C7A) is unknown color: approx Deep Cerise. HEX triplet: DC, 3C and 7A. RGB value is (220,60,122). Sum of RGB (Red+Green+Blue) = 220+60+122=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C7A is #23C385. Grayscale: #727272. Windows color (decimal): -2343814 or 8010972. OLE color: 8010972.

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

Color convert

RGB22060122-
CMYK00.730.450.14
HSL336.75º69.57%54.9%-
HSV(B)336.75º72.73%86.27%-
XYZ34.6419.8520.42-
YUV114.91132.01202.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.73%
GREEN value IS 60 (23.83% from 255) = 14.93%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=54.73%
G=14.93%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206012200.730.450.14336.7569.5754.9
HexDC3C7A0492DE1514637
Octal334741720111551652110667
Binary1101110011110011110100100100110110111101010100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3C7A; }

 p { color: rgb(220,60,122); }

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

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

 a { background-color: rgb(220,60,122); }

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

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

 span { border-color: rgb(220,60,122); }

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