Shades of Deep Cerise #DC3DAA
Tints of Deep Cerise #DC3DAA
RGB
CMYK
RGB Variations
Color information
#DC3DAA (or 0xDC3DAA) is known color: Deep Cerise. HEX triplet: DC, 3D and AA. RGB value is (220,61,170). Sum of RGB (Red+Green+Blue) = 220+61+170=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DAA is #23C255. Grayscale: #787878. Windows color (decimal): -2343510 or 11156956. OLE color: 11156956.
HSL color Cylindrical-coordinate representation of color #DC3DAA: hue angle of 318.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3DAA is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 170 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.14 |
| HSL | 318.87º | 0.69% | 0.55% | - |
| HSV(B) | 318.87º | 0.72% | 0.86% | - |
| XYZ | 38.44 | 21.46 | 40.15 | - |
| YUV | 120.97 | 155.68 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 170 | 0 | 0.72 | 0.23 | 0.14 | 318.87 | 0.69 | 0.55 |
| Hex | DC | 3D | AA | 0 | 48 | 17 | E | 13F | 45 | 37 |
| Octal | 334 | 75 | 252 | 0 | 110 | 27 | 16 | 477 | 105 | 67 |
| Binary | 11011100 | 111101 | 10101010 | 0 | 1001000 | 10111 | 1110 | 100111111 | 1000101 | 110111 |
Color Harmonies of #DC3DAA
Complementary color
Monochromatic Colors of #DC3DAA
Black with #DC3DAA
Text Example
Text Example
White with #DC3DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DAA; }
p { color: rgb(220,61,170); }
H1.HeaderClassName
{
color: #DC3DAA;
}
.AnyTagClassName
{
color: #DC3DAA;
}
</style>
background-color css
<style>
a { background-color: #DC3DAA; }
a { background-color: rgb(220,61,170); }
div.DivClassName
{
background-color: #DC3DAA;
}
.BgClassName
{
background-color: #DC3DAA;
}
</style>
border-color css
<style>
span { border-color: #DC3DAA; }
span { border-color: rgb(220,61,170); }
td.TdClassName
{
border-color: #DC3DAA;
}
.TagClassName
{
border-color: #DC3DAA;
}
</style>