Shades of Deep Cerise #DD3E8F
Tints of Deep Cerise #DD3E8F
RGB
CMYK
RGB Variations
Color information
#DD3E8F (or 0xDD3E8F) is known color: Deep Cerise. HEX triplet: DD, 3E and 8F. RGB value is (221,62,143). Sum of RGB (Red+Green+Blue) = 221+62+143=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3E8F is #22C170. Grayscale: #767676. Windows color (decimal): -2277745 or 9387741. OLE color: 9387741.
HSL color Cylindrical-coordinate representation of color #DD3E8F: hue angle of 329.43º 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 #DD3E8F is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 143 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.13 |
| HSL | 329.43º | 0.7% | 0.55% | - |
| HSV(B) | 329.43º | 0.72% | 0.87% | - |
| XYZ | 36.5 | 20.8 | 28.08 | - |
| YUV | 118.78 | 141.68 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 143 | 0 | 0.72 | 0.35 | 0.13 | 329.43 | 0.7 | 0.55 |
| Hex | DD | 3E | 8F | 0 | 48 | 23 | D | 149 | 46 | 37 |
| Octal | 335 | 76 | 217 | 0 | 110 | 43 | 15 | 511 | 106 | 67 |
| Binary | 11011101 | 111110 | 10001111 | 0 | 1001000 | 100011 | 1101 | 101001001 | 1000110 | 110111 |
Color Harmonies of #DD3E8F
Complementary color
Monochromatic Colors of #DD3E8F
Black with #DD3E8F
Text Example
Text Example
White with #DD3E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E8F; }
p { color: rgb(221,62,143); }
H1.HeaderClassName
{
color: #DD3E8F;
}
.AnyTagClassName
{
color: #DD3E8F;
}
</style>
background-color css
<style>
a { background-color: #DD3E8F; }
a { background-color: rgb(221,62,143); }
div.DivClassName
{
background-color: #DD3E8F;
}
.BgClassName
{
background-color: #DD3E8F;
}
</style>
border-color css
<style>
span { border-color: #DD3E8F; }
span { border-color: rgb(221,62,143); }
td.TdClassName
{
border-color: #DD3E8F;
}
.TagClassName
{
border-color: #DD3E8F;
}
</style>