Shades of Deep Cerise #DC218B
Tints of Deep Cerise #DC218B
RGB
CMYK
RGB Variations
Color information
#DC218B (or 0xDC218B) is known color: Deep Cerise. HEX triplet: DC, 21 and 8B. RGB value is (220,33,139). Sum of RGB (Red+Green+Blue) = 220+33+139=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC218B is #23DE74. Grayscale: #646464. Windows color (decimal): -2350709 or 9118172. OLE color: 9118172.
HSL color Cylindrical-coordinate representation of color #DC218B: hue angle of 325.99º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC218B is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 139 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.14 |
| HSL | 325.99º | 0.74% | 0.5% | - |
| HSV(B) | 325.99º | 0.85% | 0.86% | - |
| XYZ | 34.72 | 18.17 | 26.1 | - |
| YUV | 101 | 149.45 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 139 | 0 | 0.85 | 0.37 | 0.14 | 325.99 | 0.74 | 0.5 |
| Hex | DC | 21 | 8B | 0 | 55 | 25 | E | 146 | 4A | 32 |
| Octal | 334 | 41 | 213 | 0 | 125 | 45 | 16 | 506 | 112 | 62 |
| Binary | 11011100 | 100001 | 10001011 | 0 | 1010101 | 100101 | 1110 | 101000110 | 1001010 | 110010 |
Color Harmonies of #DC218B
Complementary color
Monochromatic Colors of #DC218B
Black with #DC218B
Text Example
Text Example
White with #DC218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC218B; }
p { color: rgb(220,33,139); }
H1.HeaderClassName
{
color: #DC218B;
}
.AnyTagClassName
{
color: #DC218B;
}
</style>
background-color css
<style>
a { background-color: #DC218B; }
a { background-color: rgb(220,33,139); }
div.DivClassName
{
background-color: #DC218B;
}
.BgClassName
{
background-color: #DC218B;
}
</style>
border-color css
<style>
span { border-color: #DC218B; }
span { border-color: rgb(220,33,139); }
td.TdClassName
{
border-color: #DC218B;
}
.TagClassName
{
border-color: #DC218B;
}
</style>