Shades of Deep Cerise #DD318B
Tints of Deep Cerise #DD318B
RGB
CMYK
RGB Variations
Color information
#DD318B (or 0xDD318B) is known color: Deep Cerise. HEX triplet: DD, 31 and 8B. RGB value is (221,49,139). Sum of RGB (Red+Green+Blue) = 221+49+139=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD318B is #22CE74. Grayscale: #6E6E6E. Windows color (decimal): -2281077 or 9122269. OLE color: 9122269.
HSL color Cylindrical-coordinate representation of color #DD318B: hue angle of 328.6º 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 #DD318B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 139 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.13 |
| HSL | 328.6º | 0.72% | 0.53% | - |
| HSV(B) | 328.6º | 0.78% | 0.87% | - |
| XYZ | 35.58 | 19.43 | 26.3 | - |
| YUV | 110.69 | 143.98 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 139 | 0 | 0.78 | 0.37 | 0.13 | 328.6 | 0.72 | 0.53 |
| Hex | DD | 31 | 8B | 0 | 4E | 25 | D | 149 | 48 | 35 |
| Octal | 335 | 61 | 213 | 0 | 116 | 45 | 15 | 511 | 110 | 65 |
| Binary | 11011101 | 110001 | 10001011 | 0 | 1001110 | 100101 | 1101 | 101001001 | 1001000 | 110101 |
Color Harmonies of #DD318B
Complementary color
Monochromatic Colors of #DD318B
Black with #DD318B
Text Example
Text Example
White with #DD318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD318B; }
p { color: rgb(221,49,139); }
H1.HeaderClassName
{
color: #DD318B;
}
.AnyTagClassName
{
color: #DD318B;
}
</style>
background-color css
<style>
a { background-color: #DD318B; }
a { background-color: rgb(221,49,139); }
div.DivClassName
{
background-color: #DD318B;
}
.BgClassName
{
background-color: #DD318B;
}
</style>
border-color css
<style>
span { border-color: #DD318B; }
span { border-color: rgb(221,49,139); }
td.TdClassName
{
border-color: #DD318B;
}
.TagClassName
{
border-color: #DD318B;
}
</style>