Shades of Deep Cerise #DD308F
Tints of Deep Cerise #DD308F
RGB
CMYK
RGB Variations
Color information
#DD308F (or 0xDD308F) is known color: Deep Cerise. HEX triplet: DD, 30 and 8F. RGB value is (221,48,143). Sum of RGB (Red+Green+Blue) = 221+48+143=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD308F is #22CF70. Grayscale: #6E6E6E. Windows color (decimal): -2281329 or 9384157. OLE color: 9384157.
HSL color Cylindrical-coordinate representation of color #DD308F: hue angle of 327.05º 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 #DD308F is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 143 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.13 |
| HSL | 327.05º | 0.72% | 0.53% | - |
| HSV(B) | 327.05º | 0.78% | 0.87% | - |
| XYZ | 35.83 | 19.47 | 27.86 | - |
| YUV | 110.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 143 | 0 | 0.78 | 0.35 | 0.13 | 327.05 | 0.72 | 0.53 |
| Hex | DD | 30 | 8F | 0 | 4E | 23 | D | 147 | 48 | 35 |
| Octal | 335 | 60 | 217 | 0 | 116 | 43 | 15 | 507 | 110 | 65 |
| Binary | 11011101 | 110000 | 10001111 | 0 | 1001110 | 100011 | 1101 | 101000111 | 1001000 | 110101 |
Color Harmonies of #DD308F
Complementary color
Monochromatic Colors of #DD308F
Black with #DD308F
Text Example
Text Example
White with #DD308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD308F; }
p { color: rgb(221,48,143); }
H1.HeaderClassName
{
color: #DD308F;
}
.AnyTagClassName
{
color: #DD308F;
}
</style>
background-color css
<style>
a { background-color: #DD308F; }
a { background-color: rgb(221,48,143); }
div.DivClassName
{
background-color: #DD308F;
}
.BgClassName
{
background-color: #DD308F;
}
</style>
border-color css
<style>
span { border-color: #DD308F; }
span { border-color: rgb(221,48,143); }
td.TdClassName
{
border-color: #DD308F;
}
.TagClassName
{
border-color: #DD308F;
}
</style>