Shades of Deep Cerise #DC3DAB
Tints of Deep Cerise #DC3DAB
RGB
CMYK
RGB Variations
Color information
#DC3DAB (or 0xDC3DAB) is known color: Deep Cerise. HEX triplet: DC, 3D and AB. RGB value is (220,61,171). Sum of RGB (Red+Green+Blue) = 220+61+171=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 61 (24.22% from 255 or 13.50% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3DAB is #23C254. Grayscale: #787878. Windows color (decimal): -2343509 or 11222492. OLE color: 11222492.
HSL color Cylindrical-coordinate representation of color #DC3DAB: hue angle of 318.49º 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 #DC3DAB is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 171 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.14 |
| HSL | 318.49º | 0.69% | 0.55% | - |
| HSV(B) | 318.49º | 0.72% | 0.86% | - |
| XYZ | 38.53 | 21.49 | 40.65 | - |
| YUV | 121.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 171 | 0 | 0.72 | 0.22 | 0.14 | 318.49 | 0.69 | 0.55 |
| Hex | DC | 3D | AB | 0 | 48 | 16 | E | 13E | 45 | 37 |
| Octal | 334 | 75 | 253 | 0 | 110 | 26 | 16 | 476 | 105 | 67 |
| Binary | 11011100 | 111101 | 10101011 | 0 | 1001000 | 10110 | 1110 | 100111110 | 1000101 | 110111 |
Color Harmonies of #DC3DAB
Complementary color
Monochromatic Colors of #DC3DAB
Black with #DC3DAB
Text Example
Text Example
White with #DC3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3DAB; }
p { color: rgb(220,61,171); }
H1.HeaderClassName
{
color: #DC3DAB;
}
.AnyTagClassName
{
color: #DC3DAB;
}
</style>
background-color css
<style>
a { background-color: #DC3DAB; }
a { background-color: rgb(220,61,171); }
div.DivClassName
{
background-color: #DC3DAB;
}
.BgClassName
{
background-color: #DC3DAB;
}
</style>
border-color css
<style>
span { border-color: #DC3DAB; }
span { border-color: rgb(220,61,171); }
td.TdClassName
{
border-color: #DC3DAB;
}
.TagClassName
{
border-color: #DC3DAB;
}
</style>