Shades of Deep Cerise #DD3D9E
Tints of Deep Cerise #DD3D9E
RGB
CMYK
RGB Variations
Color information
#DD3D9E (or 0xDD3D9E) is known color: Deep Cerise. HEX triplet: DD, 3D and 9E. RGB value is (221,61,158). Sum of RGB (Red+Green+Blue) = 221+61+158=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3D9E is #22C261. Grayscale: #777777. Windows color (decimal): -2277986 or 10370525. OLE color: 10370525.
HSL color Cylindrical-coordinate representation of color #DD3D9E: hue angle of 323.62º 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 #DD3D9E is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 158 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.13 |
| HSL | 323.63º | 0.7% | 0.55% | - |
| HSV(B) | 323.63º | 0.72% | 0.87% | - |
| XYZ | 37.66 | 21.18 | 34.45 | - |
| YUV | 119.9 | 149.51 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 158 | 0 | 0.72 | 0.29 | 0.13 | 323.63 | 0.7 | 0.55 |
| Hex | DD | 3D | 9E | 0 | 48 | 1D | D | 144 | 46 | 37 |
| Octal | 335 | 75 | 236 | 0 | 110 | 35 | 15 | 504 | 106 | 67 |
| Binary | 11011101 | 111101 | 10011110 | 0 | 1001000 | 11101 | 1101 | 101000100 | 1000110 | 110111 |
Color Harmonies of #DD3D9E
Complementary color
Monochromatic Colors of #DD3D9E
Black with #DD3D9E
Text Example
Text Example
White with #DD3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3D9E; }
p { color: rgb(221,61,158); }
H1.HeaderClassName
{
color: #DD3D9E;
}
.AnyTagClassName
{
color: #DD3D9E;
}
</style>
background-color css
<style>
a { background-color: #DD3D9E; }
a { background-color: rgb(221,61,158); }
div.DivClassName
{
background-color: #DD3D9E;
}
.BgClassName
{
background-color: #DD3D9E;
}
</style>
border-color css
<style>
span { border-color: #DD3D9E; }
span { border-color: rgb(221,61,158); }
td.TdClassName
{
border-color: #DD3D9E;
}
.TagClassName
{
border-color: #DD3D9E;
}
</style>