Shades of Deep Cerise #DD3B7A
Tints of Deep Cerise #DD3B7A
RGB
CMYK
RGB Variations
Color information
#DD3B7A (or 0xDD3B7A) is known color: Deep Cerise. HEX triplet: DD, 3B and 7A. RGB value is (221,59,122). Sum of RGB (Red+Green+Blue) = 221+59+122=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3B7A is #22C485. Grayscale: #727272. Windows color (decimal): -2278534 or 8010717. OLE color: 8010717.
HSL color Cylindrical-coordinate representation of color #DD3B7A: hue angle of 336.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3B7A is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 59 | 122 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.13 |
| HSL | 336.67º | 0.7% | 0.55% | - |
| HSV(B) | 336.67º | 0.73% | 0.87% | - |
| XYZ | 34.9 | 19.91 | 20.42 | - |
| YUV | 114.62 | 132.17 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 59 | 122 | 0 | 0.73 | 0.45 | 0.13 | 336.67 | 0.7 | 0.55 |
| Hex | DD | 3B | 7A | 0 | 49 | 2D | D | 151 | 46 | 37 |
| Octal | 335 | 73 | 172 | 0 | 111 | 55 | 15 | 521 | 106 | 67 |
| Binary | 11011101 | 111011 | 1111010 | 0 | 1001001 | 101101 | 1101 | 101010001 | 1000110 | 110111 |
Color Harmonies of #DD3B7A
Complementary color
Monochromatic Colors of #DD3B7A
Black with #DD3B7A
Text Example
Text Example
White with #DD3B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3B7A; }
p { color: rgb(221,59,122); }
H1.HeaderClassName
{
color: #DD3B7A;
}
.AnyTagClassName
{
color: #DD3B7A;
}
</style>
background-color css
<style>
a { background-color: #DD3B7A; }
a { background-color: rgb(221,59,122); }
div.DivClassName
{
background-color: #DD3B7A;
}
.BgClassName
{
background-color: #DD3B7A;
}
</style>
border-color css
<style>
span { border-color: #DD3B7A; }
span { border-color: rgb(221,59,122); }
td.TdClassName
{
border-color: #DD3B7A;
}
.TagClassName
{
border-color: #DD3B7A;
}
</style>