Shades of Deep Cerise #DD30A6
Tints of Deep Cerise #DD30A6
RGB
CMYK
RGB Variations
Color information
#DD30A6 (or 0xDD30A6) is known color: Deep Cerise. HEX triplet: DD, 30 and A6. RGB value is (221,48,166). Sum of RGB (Red+Green+Blue) = 221+48+166=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD30A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD30A6 is #22CF59. Grayscale: #707070. Windows color (decimal): -2281306 or 10891485. OLE color: 10891485.
HSL color Cylindrical-coordinate representation of color #DD30A6: hue angle of 319.08º 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 #DD30A6 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 166 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.13 |
| HSL | 319.08º | 0.72% | 0.53% | - |
| HSV(B) | 319.08º | 0.78% | 0.87% | - |
| XYZ | 37.76 | 20.24 | 37.99 | - |
| YUV | 113.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 166 | 0 | 0.78 | 0.25 | 0.13 | 319.08 | 0.72 | 0.53 |
| Hex | DD | 30 | A6 | 0 | 4E | 19 | D | 13F | 48 | 35 |
| Octal | 335 | 60 | 246 | 0 | 116 | 31 | 15 | 477 | 110 | 65 |
| Binary | 11011101 | 110000 | 10100110 | 0 | 1001110 | 11001 | 1101 | 100111111 | 1001000 | 110101 |
Color Harmonies of #DD30A6
Complementary color
Monochromatic Colors of #DD30A6
Black with #DD30A6
Text Example
Text Example
White with #DD30A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD30A6; }
p { color: rgb(221,48,166); }
H1.HeaderClassName
{
color: #DD30A6;
}
.AnyTagClassName
{
color: #DD30A6;
}
</style>
background-color css
<style>
a { background-color: #DD30A6; }
a { background-color: rgb(221,48,166); }
div.DivClassName
{
background-color: #DD30A6;
}
.BgClassName
{
background-color: #DD30A6;
}
</style>
border-color css
<style>
span { border-color: #DD30A6; }
span { border-color: rgb(221,48,166); }
td.TdClassName
{
border-color: #DD30A6;
}
.TagClassName
{
border-color: #DD30A6;
}
</style>