Shades of Deep Cerise #DD3097
Tints of Deep Cerise #DD3097
RGB
CMYK
RGB Variations
Color information
#DD3097 (or 0xDD3097) is known color: Deep Cerise. HEX triplet: DD, 30 and 97. RGB value is (221,48,151). Sum of RGB (Red+Green+Blue) = 221+48+151=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3097 is #22CF68. Grayscale: #6F6F6F. Windows color (decimal): -2281321 or 9908445. OLE color: 9908445.
HSL color Cylindrical-coordinate representation of color #DD3097: hue angle of 324.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3097 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 151 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.13 |
| HSL | 324.28º | 0.72% | 0.53% | - |
| HSV(B) | 324.28º | 0.78% | 0.87% | - |
| XYZ | 36.46 | 19.72 | 31.16 | - |
| YUV | 111.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 151 | 0 | 0.78 | 0.32 | 0.13 | 324.28 | 0.72 | 0.53 |
| Hex | DD | 30 | 97 | 0 | 4E | 20 | D | 144 | 48 | 35 |
| Octal | 335 | 60 | 227 | 0 | 116 | 40 | 15 | 504 | 110 | 65 |
| Binary | 11011101 | 110000 | 10010111 | 0 | 1001110 | 100000 | 1101 | 101000100 | 1001000 | 110101 |
Color Harmonies of #DD3097
Complementary color
Monochromatic Colors of #DD3097
Black with #DD3097
Text Example
Text Example
White with #DD3097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3097; }
p { color: rgb(221,48,151); }
H1.HeaderClassName
{
color: #DD3097;
}
.AnyTagClassName
{
color: #DD3097;
}
</style>
background-color css
<style>
a { background-color: #DD3097; }
a { background-color: rgb(221,48,151); }
div.DivClassName
{
background-color: #DD3097;
}
.BgClassName
{
background-color: #DD3097;
}
</style>
border-color css
<style>
span { border-color: #DD3097; }
span { border-color: rgb(221,48,151); }
td.TdClassName
{
border-color: #DD3097;
}
.TagClassName
{
border-color: #DD3097;
}
</style>