Shades of Deep Cerise #DD3497
Tints of Deep Cerise #DD3497
RGB
CMYK
RGB Variations
Color information
#DD3497 (or 0xDD3497) is known color: Deep Cerise. HEX triplet: DD, 34 and 97. RGB value is (221,52,151). Sum of RGB (Red+Green+Blue) = 221+52+151=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3497 is #22CB68. Grayscale: #717171. Windows color (decimal): -2280297 or 9909469. OLE color: 9909469.
HSL color Cylindrical-coordinate representation of color #DD3497: hue angle of 324.85º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3497 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 52 | 151 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.13 |
| HSL | 324.85º | 0.71% | 0.54% | - |
| HSV(B) | 324.85º | 0.76% | 0.87% | - |
| XYZ | 36.63 | 20.06 | 31.22 | - |
| YUV | 113.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 52 | 151 | 0 | 0.76 | 0.32 | 0.13 | 324.85 | 0.71 | 0.54 |
| Hex | DD | 34 | 97 | 0 | 4C | 20 | D | 145 | 47 | 36 |
| Octal | 335 | 64 | 227 | 0 | 114 | 40 | 15 | 505 | 107 | 66 |
| Binary | 11011101 | 110100 | 10010111 | 0 | 1001100 | 100000 | 1101 | 101000101 | 1000111 | 110110 |
Color Harmonies of #DD3497
Complementary color
Monochromatic Colors of #DD3497
Black with #DD3497
Text Example
Text Example
White with #DD3497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3497; }
p { color: rgb(221,52,151); }
H1.HeaderClassName
{
color: #DD3497;
}
.AnyTagClassName
{
color: #DD3497;
}
</style>
background-color css
<style>
a { background-color: #DD3497; }
a { background-color: rgb(221,52,151); }
div.DivClassName
{
background-color: #DD3497;
}
.BgClassName
{
background-color: #DD3497;
}
</style>
border-color css
<style>
span { border-color: #DD3497; }
span { border-color: rgb(221,52,151); }
td.TdClassName
{
border-color: #DD3497;
}
.TagClassName
{
border-color: #DD3497;
}
</style>