Shades of Deep Cerise #DD208C
Tints of Deep Cerise #DD208C
RGB
CMYK
RGB Variations
Color information
#DD208C (or 0xDD208C) is known color: Deep Cerise. HEX triplet: DD, 20 and 8C. RGB value is (221,32,140). Sum of RGB (Red+Green+Blue) = 221+32+140=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD208C is #22DF73. Grayscale: #646464. Windows color (decimal): -2285428 or 9183453. OLE color: 9183453.
HSL color Cylindrical-coordinate representation of color #DD208C: hue angle of 325.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD208C is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 140 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.13 |
| HSL | 325.71º | 0.75% | 0.5% | - |
| HSV(B) | 325.71º | 0.86% | 0.87% | - |
| XYZ | 35.07 | 18.3 | 26.49 | - |
| YUV | 100.82 | 150.12 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 140 | 0 | 0.86 | 0.37 | 0.13 | 325.71 | 0.75 | 0.5 |
| Hex | DD | 20 | 8C | 0 | 56 | 25 | D | 146 | 4B | 32 |
| Octal | 335 | 40 | 214 | 0 | 126 | 45 | 15 | 506 | 113 | 62 |
| Binary | 11011101 | 100000 | 10001100 | 0 | 1010110 | 100101 | 1101 | 101000110 | 1001011 | 110010 |
Color Harmonies of #DD208C
Complementary color
Monochromatic Colors of #DD208C
Black with #DD208C
Text Example
Text Example
White with #DD208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD208C; }
p { color: rgb(221,32,140); }
H1.HeaderClassName
{
color: #DD208C;
}
.AnyTagClassName
{
color: #DD208C;
}
</style>
background-color css
<style>
a { background-color: #DD208C; }
a { background-color: rgb(221,32,140); }
div.DivClassName
{
background-color: #DD208C;
}
.BgClassName
{
background-color: #DD208C;
}
</style>
border-color css
<style>
span { border-color: #DD208C; }
span { border-color: rgb(221,32,140); }
td.TdClassName
{
border-color: #DD208C;
}
.TagClassName
{
border-color: #DD208C;
}
</style>