Shades of Deep Cerise #DD308B
Tints of Deep Cerise #DD308B
RGB
CMYK
RGB Variations
Color information
#DD308B (or 0xDD308B) is known color: Deep Cerise. HEX triplet: DD, 30 and 8B. RGB value is (221,48,139). Sum of RGB (Red+Green+Blue) = 221+48+139=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD308B is #22CF74. Grayscale: #6D6D6D. Windows color (decimal): -2281333 or 9122013. OLE color: 9122013.
HSL color Cylindrical-coordinate representation of color #DD308B: hue angle of 328.44º 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 #DD308B is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 139 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.13 |
| HSL | 328.44º | 0.72% | 0.53% | - |
| HSV(B) | 328.44º | 0.78% | 0.87% | - |
| XYZ | 35.54 | 19.35 | 26.29 | - |
| YUV | 110.1 | 144.31 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 139 | 0 | 0.78 | 0.37 | 0.13 | 328.44 | 0.72 | 0.53 |
| Hex | DD | 30 | 8B | 0 | 4E | 25 | D | 148 | 48 | 35 |
| Octal | 335 | 60 | 213 | 0 | 116 | 45 | 15 | 510 | 110 | 65 |
| Binary | 11011101 | 110000 | 10001011 | 0 | 1001110 | 100101 | 1101 | 101001000 | 1001000 | 110101 |
Color Harmonies of #DD308B
Complementary color
Monochromatic Colors of #DD308B
Black with #DD308B
Text Example
Text Example
White with #DD308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD308B; }
p { color: rgb(221,48,139); }
H1.HeaderClassName
{
color: #DD308B;
}
.AnyTagClassName
{
color: #DD308B;
}
</style>
background-color css
<style>
a { background-color: #DD308B; }
a { background-color: rgb(221,48,139); }
div.DivClassName
{
background-color: #DD308B;
}
.BgClassName
{
background-color: #DD308B;
}
</style>
border-color css
<style>
span { border-color: #DD308B; }
span { border-color: rgb(221,48,139); }
td.TdClassName
{
border-color: #DD308B;
}
.TagClassName
{
border-color: #DD308B;
}
</style>