Shades of Deep Cerise #DD3694
Tints of Deep Cerise #DD3694
RGB
CMYK
RGB Variations
Color information
#DD3694 (or 0xDD3694) is known color: Deep Cerise. HEX triplet: DD, 36 and 94. RGB value is (221,54,148). Sum of RGB (Red+Green+Blue) = 221+54+148=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3694 is #22C96B. Grayscale: #727272. Windows color (decimal): -2279788 or 9713373. OLE color: 9713373.
HSL color Cylindrical-coordinate representation of color #DD3694: hue angle of 326.23º 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 #DD3694 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 148 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.13 |
| HSL | 326.23º | 0.71% | 0.54% | - |
| HSV(B) | 326.23º | 0.76% | 0.87% | - |
| XYZ | 36.48 | 20.15 | 29.98 | - |
| YUV | 114.65 | 146.83 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 148 | 0 | 0.76 | 0.33 | 0.13 | 326.23 | 0.71 | 0.54 |
| Hex | DD | 36 | 94 | 0 | 4C | 21 | D | 146 | 47 | 36 |
| Octal | 335 | 66 | 224 | 0 | 114 | 41 | 15 | 506 | 107 | 66 |
| Binary | 11011101 | 110110 | 10010100 | 0 | 1001100 | 100001 | 1101 | 101000110 | 1000111 | 110110 |
Color Harmonies of #DD3694
Complementary color
Monochromatic Colors of #DD3694
Black with #DD3694
Text Example
Text Example
White with #DD3694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3694; }
p { color: rgb(221,54,148); }
H1.HeaderClassName
{
color: #DD3694;
}
.AnyTagClassName
{
color: #DD3694;
}
</style>
background-color css
<style>
a { background-color: #DD3694; }
a { background-color: rgb(221,54,148); }
div.DivClassName
{
background-color: #DD3694;
}
.BgClassName
{
background-color: #DD3694;
}
</style>
border-color css
<style>
span { border-color: #DD3694; }
span { border-color: rgb(221,54,148); }
td.TdClassName
{
border-color: #DD3694;
}
.TagClassName
{
border-color: #DD3694;
}
</style>