Shades of Deep Cerise #DD207A
Tints of Deep Cerise #DD207A
RGB
CMYK
RGB Variations
Color information
#DD207A (or 0xDD207A) is known color: Deep Cerise. HEX triplet: DD, 20 and 7A. RGB value is (221,32,122). Sum of RGB (Red+Green+Blue) = 221+32+122=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD207A is #22DF85. Grayscale: #626262. Windows color (decimal): -2285446 or 8003805. OLE color: 8003805.
HSL color Cylindrical-coordinate representation of color #DD207A: hue angle of 331.43º 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 #DD207A is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 122 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.13 |
| HSL | 331.43º | 0.75% | 0.5% | - |
| HSV(B) | 331.43º | 0.86% | 0.87% | - |
| XYZ | 33.85 | 17.81 | 20.07 | - |
| YUV | 98.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 122 | 0 | 0.86 | 0.45 | 0.13 | 331.43 | 0.75 | 0.5 |
| Hex | DD | 20 | 7A | 0 | 56 | 2D | D | 14B | 4B | 32 |
| Octal | 335 | 40 | 172 | 0 | 126 | 55 | 15 | 513 | 113 | 62 |
| Binary | 11011101 | 100000 | 1111010 | 0 | 1010110 | 101101 | 1101 | 101001011 | 1001011 | 110010 |
Color Harmonies of #DD207A
Complementary color
Monochromatic Colors of #DD207A
Black with #DD207A
Text Example
Text Example
White with #DD207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD207A; }
p { color: rgb(221,32,122); }
H1.HeaderClassName
{
color: #DD207A;
}
.AnyTagClassName
{
color: #DD207A;
}
</style>
background-color css
<style>
a { background-color: #DD207A; }
a { background-color: rgb(221,32,122); }
div.DivClassName
{
background-color: #DD207A;
}
.BgClassName
{
background-color: #DD207A;
}
</style>
border-color css
<style>
span { border-color: #DD207A; }
span { border-color: rgb(221,32,122); }
td.TdClassName
{
border-color: #DD207A;
}
.TagClassName
{
border-color: #DD207A;
}
</style>