Shades of Deep Cerise #DD327B
Tints of Deep Cerise #DD327B
RGB
CMYK
RGB Variations
Color information
#DD327B (or 0xDD327B) is known color: Deep Cerise. HEX triplet: DD, 32 and 7B. RGB value is (221,50,123). Sum of RGB (Red+Green+Blue) = 221+50+123=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD327B is #22CD84. Grayscale: #6D6D6D. Windows color (decimal): -2280837 or 8073949. OLE color: 8073949.
HSL color Cylindrical-coordinate representation of color #DD327B: hue angle of 334.39º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD327B is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 123 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.13 |
| HSL | 334.39º | 0.72% | 0.53% | - |
| HSV(B) | 334.39º | 0.77% | 0.87% | - |
| XYZ | 34.53 | 19.08 | 20.6 | - |
| YUV | 109.45 | 135.65 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 123 | 0 | 0.77 | 0.44 | 0.13 | 334.39 | 0.72 | 0.53 |
| Hex | DD | 32 | 7B | 0 | 4D | 2C | D | 14E | 48 | 35 |
| Octal | 335 | 62 | 173 | 0 | 115 | 54 | 15 | 516 | 110 | 65 |
| Binary | 11011101 | 110010 | 1111011 | 0 | 1001101 | 101100 | 1101 | 101001110 | 1001000 | 110101 |
Color Harmonies of #DD327B
Complementary color
Monochromatic Colors of #DD327B
Black with #DD327B
Text Example
Text Example
White with #DD327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD327B; }
p { color: rgb(221,50,123); }
H1.HeaderClassName
{
color: #DD327B;
}
.AnyTagClassName
{
color: #DD327B;
}
</style>
background-color css
<style>
a { background-color: #DD327B; }
a { background-color: rgb(221,50,123); }
div.DivClassName
{
background-color: #DD327B;
}
.BgClassName
{
background-color: #DD327B;
}
</style>
border-color css
<style>
span { border-color: #DD327B; }
span { border-color: rgb(221,50,123); }
td.TdClassName
{
border-color: #DD327B;
}
.TagClassName
{
border-color: #DD327B;
}
</style>