Shades of Deep Cerise #DC218F
Tints of Deep Cerise #DC218F
RGB
CMYK
RGB Variations
Color information
#DC218F (or 0xDC218F) is known color: Deep Cerise. HEX triplet: DC, 21 and 8F. RGB value is (220,33,143). Sum of RGB (Red+Green+Blue) = 220+33+143=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC218F is #23DE70. Grayscale: #656565. Windows color (decimal): -2350705 or 9380316. OLE color: 9380316.
HSL color Cylindrical-coordinate representation of color #DC218F: hue angle of 324.71º 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 #DC218F is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 143 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.14 |
| HSL | 324.71º | 0.74% | 0.5% | - |
| HSV(B) | 324.71º | 0.85% | 0.86% | - |
| XYZ | 35.02 | 18.29 | 27.67 | - |
| YUV | 101.45 | 151.45 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 143 | 0 | 0.85 | 0.35 | 0.14 | 324.71 | 0.74 | 0.5 |
| Hex | DC | 21 | 8F | 0 | 55 | 23 | E | 145 | 4A | 32 |
| Octal | 334 | 41 | 217 | 0 | 125 | 43 | 16 | 505 | 112 | 62 |
| Binary | 11011100 | 100001 | 10001111 | 0 | 1010101 | 100011 | 1110 | 101000101 | 1001010 | 110010 |
Color Harmonies of #DC218F
Complementary color
Monochromatic Colors of #DC218F
Black with #DC218F
Text Example
Text Example
White with #DC218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC218F; }
p { color: rgb(220,33,143); }
H1.HeaderClassName
{
color: #DC218F;
}
.AnyTagClassName
{
color: #DC218F;
}
</style>
background-color css
<style>
a { background-color: #DC218F; }
a { background-color: rgb(220,33,143); }
div.DivClassName
{
background-color: #DC218F;
}
.BgClassName
{
background-color: #DC218F;
}
</style>
border-color css
<style>
span { border-color: #DC218F; }
span { border-color: rgb(220,33,143); }
td.TdClassName
{
border-color: #DC218F;
}
.TagClassName
{
border-color: #DC218F;
}
</style>