Shades of Deep Cerise #DC3D9A
Tints of Deep Cerise #DC3D9A
RGB
CMYK
RGB Variations
Color information
#DC3D9A (or 0xDC3D9A) is known color: Deep Cerise. HEX triplet: DC, 3D and 9A. RGB value is (220,61,154). Sum of RGB (Red+Green+Blue) = 220+61+154=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3D9A is #23C265. Grayscale: #767676. Windows color (decimal): -2343526 or 10108380. OLE color: 10108380.
HSL color Cylindrical-coordinate representation of color #DC3D9A: hue angle of 324.91º 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 #DC3D9A is Cyan = 0, Magento = 0.72, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 154 | - |
| CMYK | 0 | 0.72 | 0.3 | 0.14 |
| HSL | 324.91º | 0.69% | 0.55% | - |
| HSV(B) | 324.91º | 0.72% | 0.86% | - |
| XYZ | 37.02 | 20.89 | 32.65 | - |
| YUV | 119.14 | 147.68 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 154 | 0 | 0.72 | 0.3 | 0.14 | 324.91 | 0.69 | 0.55 |
| Hex | DC | 3D | 9A | 0 | 48 | 1E | E | 145 | 45 | 37 |
| Octal | 334 | 75 | 232 | 0 | 110 | 36 | 16 | 505 | 105 | 67 |
| Binary | 11011100 | 111101 | 10011010 | 0 | 1001000 | 11110 | 1110 | 101000101 | 1000101 | 110111 |
Color Harmonies of #DC3D9A
Complementary color
Monochromatic Colors of #DC3D9A
Black with #DC3D9A
Text Example
Text Example
White with #DC3D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D9A; }
p { color: rgb(220,61,154); }
H1.HeaderClassName
{
color: #DC3D9A;
}
.AnyTagClassName
{
color: #DC3D9A;
}
</style>
background-color css
<style>
a { background-color: #DC3D9A; }
a { background-color: rgb(220,61,154); }
div.DivClassName
{
background-color: #DC3D9A;
}
.BgClassName
{
background-color: #DC3D9A;
}
</style>
border-color css
<style>
span { border-color: #DC3D9A; }
span { border-color: rgb(220,61,154); }
td.TdClassName
{
border-color: #DC3D9A;
}
.TagClassName
{
border-color: #DC3D9A;
}
</style>