Shades of Deep Cerise #DD4792
Tints of Deep Cerise #DD4792
RGB
CMYK
RGB Variations
Color information
#DD4792 (or 0xDD4792) is known color: Deep Cerise. HEX triplet: DD, 47 and 92. RGB value is (221,71,146). Sum of RGB (Red+Green+Blue) = 221+71+146=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4792 is #22B86D. Grayscale: #7C7C7C. Windows color (decimal): -2275438 or 9586653. OLE color: 9586653.
HSL color Cylindrical-coordinate representation of color #DD4792: hue angle of 330º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4792 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 146 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.13 |
| HSL | 330º | 0.69% | 0.57% | - |
| HSV(B) | 330º | 0.68% | 0.87% | - |
| XYZ | 37.26 | 21.95 | 29.47 | - |
| YUV | 124.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 146 | 0 | 0.68 | 0.34 | 0.13 | 330 | 0.69 | 0.57 |
| Hex | DD | 47 | 92 | 0 | 44 | 22 | D | 14A | 45 | 39 |
| Octal | 335 | 107 | 222 | 0 | 104 | 42 | 15 | 512 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10010010 | 0 | 1000100 | 100010 | 1101 | 101001010 | 1000101 | 111001 |
Color Harmonies of #DD4792
Complementary color
Monochromatic Colors of #DD4792
Black with #DD4792
Text Example
Text Example
White with #DD4792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4792; }
p { color: rgb(221,71,146); }
H1.HeaderClassName
{
color: #DD4792;
}
.AnyTagClassName
{
color: #DD4792;
}
</style>
background-color css
<style>
a { background-color: #DD4792; }
a { background-color: rgb(221,71,146); }
div.DivClassName
{
background-color: #DD4792;
}
.BgClassName
{
background-color: #DD4792;
}
</style>
border-color css
<style>
span { border-color: #DD4792; }
span { border-color: rgb(221,71,146); }
td.TdClassName
{
border-color: #DD4792;
}
.TagClassName
{
border-color: #DD4792;
}
</style>