Shades of Deep Cerise #DD309A
Tints of Deep Cerise #DD309A
RGB
CMYK
RGB Variations
Color information
#DD309A (or 0xDD309A) is known color: Deep Cerise. HEX triplet: DD, 30 and 9A. RGB value is (221,48,154). Sum of RGB (Red+Green+Blue) = 221+48+154=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD309A is #22CF65. Grayscale: #6F6F6F. Windows color (decimal): -2281318 or 10105053. OLE color: 10105053.
HSL color Cylindrical-coordinate representation of color #DD309A: hue angle of 323.24º 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 #DD309A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 154 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.13 |
| HSL | 323.24º | 0.72% | 0.53% | - |
| HSV(B) | 323.24º | 0.78% | 0.87% | - |
| XYZ | 36.71 | 19.82 | 32.46 | - |
| YUV | 111.81 | 151.81 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 154 | 0 | 0.78 | 0.30 | 0.13 | 323.24 | 0.72 | 0.53 |
| Hex | DD | 30 | 9A | 0 | 4E | 1E | D | 143 | 48 | 35 |
| Octal | 335 | 60 | 232 | 0 | 116 | 36 | 15 | 503 | 110 | 65 |
| Binary | 11011101 | 110000 | 10011010 | 0 | 1001110 | 11110 | 1101 | 101000011 | 1001000 | 110101 |
Color Harmonies of #DD309A
Complementary color
Monochromatic Colors of #DD309A
Black with #DD309A
Text Example
Text Example
White with #DD309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD309A; }
p { color: rgb(221,48,154); }
H1.HeaderClassName
{
color: #DD309A;
}
.AnyTagClassName
{
color: #DD309A;
}
</style>
background-color css
<style>
a { background-color: #DD309A; }
a { background-color: rgb(221,48,154); }
div.DivClassName
{
background-color: #DD309A;
}
.BgClassName
{
background-color: #DD309A;
}
</style>
border-color css
<style>
span { border-color: #DD309A; }
span { border-color: rgb(221,48,154); }
td.TdClassName
{
border-color: #DD309A;
}
.TagClassName
{
border-color: #DD309A;
}
</style>