Shades of Deep Cerise #DD218A
Tints of Deep Cerise #DD218A
RGB
CMYK
RGB Variations
Color information
#DD218A (or 0xDD218A) is known color: Deep Cerise. HEX triplet: DD, 21 and 8A. RGB value is (221,33,138). Sum of RGB (Red+Green+Blue) = 221+33+138=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD218A is #22DE75. Grayscale: #646464. Windows color (decimal): -2285174 or 9052637. OLE color: 9052637.
HSL color Cylindrical-coordinate representation of color #DD218A: hue angle of 326.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD218A is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 138 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.13 |
| HSL | 326.49º | 0.74% | 0.5% | - |
| HSV(B) | 326.49º | 0.85% | 0.87% | - |
| XYZ | 34.95 | 18.29 | 25.73 | - |
| YUV | 101.18 | 148.78 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 138 | 0 | 0.85 | 0.38 | 0.13 | 326.49 | 0.74 | 0.5 |
| Hex | DD | 21 | 8A | 0 | 55 | 26 | D | 146 | 4A | 32 |
| Octal | 335 | 41 | 212 | 0 | 125 | 46 | 15 | 506 | 112 | 62 |
| Binary | 11011101 | 100001 | 10001010 | 0 | 1010101 | 100110 | 1101 | 101000110 | 1001010 | 110010 |
Color Harmonies of #DD218A
Complementary color
Monochromatic Colors of #DD218A
Black with #DD218A
Text Example
Text Example
White with #DD218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD218A; }
p { color: rgb(221,33,138); }
H1.HeaderClassName
{
color: #DD218A;
}
.AnyTagClassName
{
color: #DD218A;
}
</style>
background-color css
<style>
a { background-color: #DD218A; }
a { background-color: rgb(221,33,138); }
div.DivClassName
{
background-color: #DD218A;
}
.BgClassName
{
background-color: #DD218A;
}
</style>
border-color css
<style>
span { border-color: #DD218A; }
span { border-color: rgb(221,33,138); }
td.TdClassName
{
border-color: #DD218A;
}
.TagClassName
{
border-color: #DD218A;
}
</style>