Shades of Deep Cerise #DD4192
Tints of Deep Cerise #DD4192
RGB
CMYK
RGB Variations
Color information
#DD4192 (or 0xDD4192) is known color: Deep Cerise. HEX triplet: DD, 41 and 92. RGB value is (221,65,146). Sum of RGB (Red+Green+Blue) = 221+65+146=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4192 is #22BE6D. Grayscale: #787878. Windows color (decimal): -2276974 or 9585117. OLE color: 9585117.
HSL color Cylindrical-coordinate representation of color #DD4192: hue angle of 328.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4192 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 146 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.13 |
| HSL | 328.85º | 0.7% | 0.56% | - |
| HSV(B) | 328.85º | 0.71% | 0.87% | - |
| XYZ | 36.9 | 21.23 | 29.35 | - |
| YUV | 120.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 146 | 0 | 0.71 | 0.34 | 0.13 | 328.85 | 0.7 | 0.56 |
| Hex | DD | 41 | 92 | 0 | 47 | 22 | D | 149 | 46 | 38 |
| Octal | 335 | 101 | 222 | 0 | 107 | 42 | 15 | 511 | 106 | 70 |
| Binary | 11011101 | 1000001 | 10010010 | 0 | 1000111 | 100010 | 1101 | 101001001 | 1000110 | 111000 |
Color Harmonies of #DD4192
Complementary color
Monochromatic Colors of #DD4192
Black with #DD4192
Text Example
Text Example
White with #DD4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4192; }
p { color: rgb(221,65,146); }
H1.HeaderClassName
{
color: #DD4192;
}
.AnyTagClassName
{
color: #DD4192;
}
</style>
background-color css
<style>
a { background-color: #DD4192; }
a { background-color: rgb(221,65,146); }
div.DivClassName
{
background-color: #DD4192;
}
.BgClassName
{
background-color: #DD4192;
}
</style>
border-color css
<style>
span { border-color: #DD4192; }
span { border-color: rgb(221,65,146); }
td.TdClassName
{
border-color: #DD4192;
}
.TagClassName
{
border-color: #DD4192;
}
</style>