Shades of Deep Cerise #DD207D
Tints of Deep Cerise #DD207D
RGB
CMYK
RGB Variations
Color information
#DD207D (or 0xDD207D) is known color: Deep Cerise. HEX triplet: DD, 20 and 7D. RGB value is (221,32,125). Sum of RGB (Red+Green+Blue) = 221+32+125=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD207D is #22DF82. Grayscale: #626262. Windows color (decimal): -2285443 or 8200413. OLE color: 8200413.
HSL color Cylindrical-coordinate representation of color #DD207D: hue angle of 330.48º 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 #DD207D is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 125 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.13 |
| HSL | 330.48º | 0.75% | 0.5% | - |
| HSV(B) | 330.48º | 0.86% | 0.87% | - |
| XYZ | 34.04 | 17.89 | 21.06 | - |
| YUV | 99.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 125 | 0 | 0.86 | 0.43 | 0.13 | 330.48 | 0.75 | 0.5 |
| Hex | DD | 20 | 7D | 0 | 56 | 2B | D | 14A | 4B | 32 |
| Octal | 335 | 40 | 175 | 0 | 126 | 53 | 15 | 512 | 113 | 62 |
| Binary | 11011101 | 100000 | 1111101 | 0 | 1010110 | 101011 | 1101 | 101001010 | 1001011 | 110010 |
Color Harmonies of #DD207D
Complementary color
Monochromatic Colors of #DD207D
Black with #DD207D
Text Example
Text Example
White with #DD207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD207D; }
p { color: rgb(221,32,125); }
H1.HeaderClassName
{
color: #DD207D;
}
.AnyTagClassName
{
color: #DD207D;
}
</style>
background-color css
<style>
a { background-color: #DD207D; }
a { background-color: rgb(221,32,125); }
div.DivClassName
{
background-color: #DD207D;
}
.BgClassName
{
background-color: #DD207D;
}
</style>
border-color css
<style>
span { border-color: #DD207D; }
span { border-color: rgb(221,32,125); }
td.TdClassName
{
border-color: #DD207D;
}
.TagClassName
{
border-color: #DD207D;
}
</style>