Shades of Deep Cerise #DD3095
Tints of Deep Cerise #DD3095
RGB
CMYK
RGB Variations
Color information
#DD3095 (or 0xDD3095) is known color: Deep Cerise. HEX triplet: DD, 30 and 95. RGB value is (221,48,149). Sum of RGB (Red+Green+Blue) = 221+48+149=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3095 is #22CF6A. Grayscale: #6F6F6F. Windows color (decimal): -2281323 or 9777373. OLE color: 9777373.
HSL color Cylindrical-coordinate representation of color #DD3095: hue angle of 324.97º 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 #DD3095 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 149 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.13 |
| HSL | 324.97º | 0.72% | 0.53% | - |
| HSV(B) | 324.97º | 0.78% | 0.87% | - |
| XYZ | 36.3 | 19.66 | 30.31 | - |
| YUV | 111.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 149 | 0 | 0.78 | 0.33 | 0.13 | 324.97 | 0.72 | 0.53 |
| Hex | DD | 30 | 95 | 0 | 4E | 21 | D | 145 | 48 | 35 |
| Octal | 335 | 60 | 225 | 0 | 116 | 41 | 15 | 505 | 110 | 65 |
| Binary | 11011101 | 110000 | 10010101 | 0 | 1001110 | 100001 | 1101 | 101000101 | 1001000 | 110101 |
Color Harmonies of #DD3095
Complementary color
Monochromatic Colors of #DD3095
Black with #DD3095
Text Example
Text Example
White with #DD3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3095; }
p { color: rgb(221,48,149); }
H1.HeaderClassName
{
color: #DD3095;
}
.AnyTagClassName
{
color: #DD3095;
}
</style>
background-color css
<style>
a { background-color: #DD3095; }
a { background-color: rgb(221,48,149); }
div.DivClassName
{
background-color: #DD3095;
}
.BgClassName
{
background-color: #DD3095;
}
</style>
border-color css
<style>
span { border-color: #DD3095; }
span { border-color: rgb(221,48,149); }
td.TdClassName
{
border-color: #DD3095;
}
.TagClassName
{
border-color: #DD3095;
}
</style>