Shades of Deep Cerise #DD3D9F
Tints of Deep Cerise #DD3D9F
RGB
CMYK
RGB Variations
Color information
#DD3D9F (or 0xDD3D9F) is known color: Deep Cerise. HEX triplet: DD, 3D and 9F. RGB value is (221,61,159). Sum of RGB (Red+Green+Blue) = 221+61+159=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D9F is #22C260. Grayscale: #777777. Windows color (decimal): -2277985 or 10436061. OLE color: 10436061.
HSL color Cylindrical-coordinate representation of color #DD3D9F: hue angle of 323.25º 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 #DD3D9F is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 159 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.13 |
| HSL | 323.25º | 0.7% | 0.55% | - |
| HSV(B) | 323.25º | 0.72% | 0.87% | - |
| XYZ | 37.75 | 21.21 | 34.91 | - |
| YUV | 120.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 159 | 0 | 0.72 | 0.28 | 0.13 | 323.25 | 0.7 | 0.55 |
| Hex | DD | 3D | 9F | 0 | 48 | 1C | D | 143 | 46 | 37 |
| Octal | 335 | 75 | 237 | 0 | 110 | 34 | 15 | 503 | 106 | 67 |
| Binary | 11011101 | 111101 | 10011111 | 0 | 1001000 | 11100 | 1101 | 101000011 | 1000110 | 110111 |
Color Harmonies of #DD3D9F
Complementary color
Monochromatic Colors of #DD3D9F
Black with #DD3D9F
Text Example
Text Example
White with #DD3D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D9F; }
p { color: rgb(221,61,159); }
H1.HeaderClassName
{
color: #DD3D9F;
}
.AnyTagClassName
{
color: #DD3D9F;
}
</style>
background-color css
<style>
a { background-color: #DD3D9F; }
a { background-color: rgb(221,61,159); }
div.DivClassName
{
background-color: #DD3D9F;
}
.BgClassName
{
background-color: #DD3D9F;
}
</style>
border-color css
<style>
span { border-color: #DD3D9F; }
span { border-color: rgb(221,61,159); }
td.TdClassName
{
border-color: #DD3D9F;
}
.TagClassName
{
border-color: #DD3D9F;
}
</style>