Shades of Deep Cerise #DD318F
Tints of Deep Cerise #DD318F
RGB
CMYK
RGB Variations
Color information
#DD318F (or 0xDD318F) is known color: Deep Cerise. HEX triplet: DD, 31 and 8F. RGB value is (221,49,143). Sum of RGB (Red+Green+Blue) = 221+49+143=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD318F is #22CE70. Grayscale: #6E6E6E. Windows color (decimal): -2281073 or 9384413. OLE color: 9384413.
HSL color Cylindrical-coordinate representation of color #DD318F: hue angle of 327.21º 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 #DD318F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 143 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.13 |
| HSL | 327.21º | 0.72% | 0.53% | - |
| HSV(B) | 327.21º | 0.78% | 0.87% | - |
| XYZ | 35.88 | 19.55 | 27.87 | - |
| YUV | 111.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 143 | 0 | 0.78 | 0.35 | 0.13 | 327.21 | 0.72 | 0.53 |
| Hex | DD | 31 | 8F | 0 | 4E | 23 | D | 147 | 48 | 35 |
| Octal | 335 | 61 | 217 | 0 | 116 | 43 | 15 | 507 | 110 | 65 |
| Binary | 11011101 | 110001 | 10001111 | 0 | 1001110 | 100011 | 1101 | 101000111 | 1001000 | 110101 |
Color Harmonies of #DD318F
Complementary color
Monochromatic Colors of #DD318F
Black with #DD318F
Text Example
Text Example
White with #DD318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD318F; }
p { color: rgb(221,49,143); }
H1.HeaderClassName
{
color: #DD318F;
}
.AnyTagClassName
{
color: #DD318F;
}
</style>
background-color css
<style>
a { background-color: #DD318F; }
a { background-color: rgb(221,49,143); }
div.DivClassName
{
background-color: #DD318F;
}
.BgClassName
{
background-color: #DD318F;
}
</style>
border-color css
<style>
span { border-color: #DD318F; }
span { border-color: rgb(221,49,143); }
td.TdClassName
{
border-color: #DD318F;
}
.TagClassName
{
border-color: #DD318F;
}
</style>