Shades of Deep Cerise #DD3E92
Tints of Deep Cerise #DD3E92
RGB
CMYK
RGB Variations
Color information
#DD3E92 (or 0xDD3E92) is known color: Deep Cerise. HEX triplet: DD, 3E and 92. RGB value is (221,62,146). Sum of RGB (Red+Green+Blue) = 221+62+146=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E92 is #22C16D. Grayscale: #767676. Windows color (decimal): -2277742 or 9584349. OLE color: 9584349.
HSL color Cylindrical-coordinate representation of color #DD3E92: hue angle of 328.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E92 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 146 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.13 |
| HSL | 328.3º | 0.7% | 0.55% | - |
| HSV(B) | 328.3º | 0.72% | 0.87% | - |
| XYZ | 36.73 | 20.89 | 29.29 | - |
| YUV | 119.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 146 | 0 | 0.72 | 0.34 | 0.13 | 328.3 | 0.7 | 0.55 |
| Hex | DD | 3E | 92 | 0 | 48 | 22 | D | 148 | 46 | 37 |
| Octal | 335 | 76 | 222 | 0 | 110 | 42 | 15 | 510 | 106 | 67 |
| Binary | 11011101 | 111110 | 10010010 | 0 | 1001000 | 100010 | 1101 | 101001000 | 1000110 | 110111 |
Color Harmonies of #DD3E92
Complementary color
Monochromatic Colors of #DD3E92
Black with #DD3E92
Text Example
Text Example
White with #DD3E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E92; }
p { color: rgb(221,62,146); }
H1.HeaderClassName
{
color: #DD3E92;
}
.AnyTagClassName
{
color: #DD3E92;
}
</style>
background-color css
<style>
a { background-color: #DD3E92; }
a { background-color: rgb(221,62,146); }
div.DivClassName
{
background-color: #DD3E92;
}
.BgClassName
{
background-color: #DD3E92;
}
</style>
border-color css
<style>
span { border-color: #DD3E92; }
span { border-color: rgb(221,62,146); }
td.TdClassName
{
border-color: #DD3E92;
}
.TagClassName
{
border-color: #DD3E92;
}
</style>