Shades of Deep Cerise #DD317B
Tints of Deep Cerise #DD317B
RGB
CMYK
RGB Variations
Color information
#DD317B (or 0xDD317B) is known color: Deep Cerise. HEX triplet: DD, 31 and 7B. RGB value is (221,49,123). Sum of RGB (Red+Green+Blue) = 221+49+123=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD317B is #22CE84. Grayscale: #6C6C6C. Windows color (decimal): -2281093 or 8073693. OLE color: 8073693.
HSL color Cylindrical-coordinate representation of color #DD317B: hue angle of 334.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD317B is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 123 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.13 |
| HSL | 334.19º | 0.72% | 0.53% | - |
| HSV(B) | 334.19º | 0.78% | 0.87% | - |
| XYZ | 34.49 | 19 | 20.59 | - |
| YUV | 108.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 123 | 0 | 0.78 | 0.44 | 0.13 | 334.19 | 0.72 | 0.53 |
| Hex | DD | 31 | 7B | 0 | 4E | 2C | D | 14E | 48 | 35 |
| Octal | 335 | 61 | 173 | 0 | 116 | 54 | 15 | 516 | 110 | 65 |
| Binary | 11011101 | 110001 | 1111011 | 0 | 1001110 | 101100 | 1101 | 101001110 | 1001000 | 110101 |
Color Harmonies of #DD317B
Complementary color
Monochromatic Colors of #DD317B
Black with #DD317B
Text Example
Text Example
White with #DD317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD317B; }
p { color: rgb(221,49,123); }
H1.HeaderClassName
{
color: #DD317B;
}
.AnyTagClassName
{
color: #DD317B;
}
</style>
background-color css
<style>
a { background-color: #DD317B; }
a { background-color: rgb(221,49,123); }
div.DivClassName
{
background-color: #DD317B;
}
.BgClassName
{
background-color: #DD317B;
}
</style>
border-color css
<style>
span { border-color: #DD317B; }
span { border-color: rgb(221,49,123); }
td.TdClassName
{
border-color: #DD317B;
}
.TagClassName
{
border-color: #DD317B;
}
</style>