Shades of Deep Cerise #DC3A9A
Tints of Deep Cerise #DC3A9A
RGB
CMYK
RGB Variations
Color information
#DC3A9A (or 0xDC3A9A) is known color: Deep Cerise. HEX triplet: DC, 3A and 9A. RGB value is (220,58,154). Sum of RGB (Red+Green+Blue) = 220+58+154=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3A9A is #23C565. Grayscale: #757575. Windows color (decimal): -2344294 or 10107612. OLE color: 10107612.
HSL color Cylindrical-coordinate representation of color #DC3A9A: hue angle of 324.44º 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 #DC3A9A is Cyan = 0, Magento = 0.74, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 154 | - |
| CMYK | 0 | 0.74 | 0.3 | 0.14 |
| HSL | 324.44º | 0.7% | 0.55% | - |
| HSV(B) | 324.44º | 0.74% | 0.86% | - |
| XYZ | 36.86 | 20.57 | 32.6 | - |
| YUV | 117.38 | 148.67 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 154 | 0 | 0.74 | 0.3 | 0.14 | 324.44 | 0.7 | 0.55 |
| Hex | DC | 3A | 9A | 0 | 4A | 1E | E | 144 | 46 | 37 |
| Octal | 334 | 72 | 232 | 0 | 112 | 36 | 16 | 504 | 106 | 67 |
| Binary | 11011100 | 111010 | 10011010 | 0 | 1001010 | 11110 | 1110 | 101000100 | 1000110 | 110111 |
Color Harmonies of #DC3A9A
Complementary color
Monochromatic Colors of #DC3A9A
Black with #DC3A9A
Text Example
Text Example
White with #DC3A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A9A; }
p { color: rgb(220,58,154); }
H1.HeaderClassName
{
color: #DC3A9A;
}
.AnyTagClassName
{
color: #DC3A9A;
}
</style>
background-color css
<style>
a { background-color: #DC3A9A; }
a { background-color: rgb(220,58,154); }
div.DivClassName
{
background-color: #DC3A9A;
}
.BgClassName
{
background-color: #DC3A9A;
}
</style>
border-color css
<style>
span { border-color: #DC3A9A; }
span { border-color: rgb(220,58,154); }
td.TdClassName
{
border-color: #DC3A9A;
}
.TagClassName
{
border-color: #DC3A9A;
}
</style>