Shades of Deep Cerise #DD4892
Tints of Deep Cerise #DD4892
RGB
CMYK
RGB Variations
Color information
#DD4892 (or 0xDD4892) is known color: Deep Cerise. HEX triplet: DD, 48 and 92. RGB value is (221,72,146). Sum of RGB (Red+Green+Blue) = 221+72+146=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4892 is #22B76D. Grayscale: #7C7C7C. Windows color (decimal): -2275182 or 9586909. OLE color: 9586909.
HSL color Cylindrical-coordinate representation of color #DD4892: hue angle of 330.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4892 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 146 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.13 |
| HSL | 330.2º | 0.69% | 0.57% | - |
| HSV(B) | 330.2º | 0.67% | 0.87% | - |
| XYZ | 37.32 | 22.08 | 29.49 | - |
| YUV | 124.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 146 | 0 | 0.67 | 0.34 | 0.13 | 330.2 | 0.69 | 0.57 |
| Hex | DD | 48 | 92 | 0 | 43 | 22 | D | 14A | 45 | 39 |
| Octal | 335 | 110 | 222 | 0 | 103 | 42 | 15 | 512 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10010010 | 0 | 1000011 | 100010 | 1101 | 101001010 | 1000101 | 111001 |
Color Harmonies of #DD4892
Complementary color
Monochromatic Colors of #DD4892
Black with #DD4892
Text Example
Text Example
White with #DD4892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4892; }
p { color: rgb(221,72,146); }
H1.HeaderClassName
{
color: #DD4892;
}
.AnyTagClassName
{
color: #DD4892;
}
</style>
background-color css
<style>
a { background-color: #DD4892; }
a { background-color: rgb(221,72,146); }
div.DivClassName
{
background-color: #DD4892;
}
.BgClassName
{
background-color: #DD4892;
}
</style>
border-color css
<style>
span { border-color: #DD4892; }
span { border-color: rgb(221,72,146); }
td.TdClassName
{
border-color: #DD4892;
}
.TagClassName
{
border-color: #DD4892;
}
</style>