Shades of Deep Cerise #DD307D
Tints of Deep Cerise #DD307D
RGB
CMYK
RGB Variations
Color information
#DD307D (or 0xDD307D) is known color: Deep Cerise. HEX triplet: DD, 30 and 7D. RGB value is (221,48,125). Sum of RGB (Red+Green+Blue) = 221+48+125=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD307D is #22CF82. Grayscale: #6C6C6C. Windows color (decimal): -2281347 or 8204509. OLE color: 8204509.
HSL color Cylindrical-coordinate representation of color #DD307D: hue angle of 333.29º 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 #DD307D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 125 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.13 |
| HSL | 333.29º | 0.72% | 0.53% | - |
| HSV(B) | 333.29º | 0.78% | 0.87% | - |
| XYZ | 34.58 | 18.97 | 21.24 | - |
| YUV | 108.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 125 | 0 | 0.78 | 0.43 | 0.13 | 333.29 | 0.72 | 0.53 |
| Hex | DD | 30 | 7D | 0 | 4E | 2B | D | 14D | 48 | 35 |
| Octal | 335 | 60 | 175 | 0 | 116 | 53 | 15 | 515 | 110 | 65 |
| Binary | 11011101 | 110000 | 1111101 | 0 | 1001110 | 101011 | 1101 | 101001101 | 1001000 | 110101 |
Color Harmonies of #DD307D
Complementary color
Monochromatic Colors of #DD307D
Black with #DD307D
Text Example
Text Example
White with #DD307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD307D; }
p { color: rgb(221,48,125); }
H1.HeaderClassName
{
color: #DD307D;
}
.AnyTagClassName
{
color: #DD307D;
}
</style>
background-color css
<style>
a { background-color: #DD307D; }
a { background-color: rgb(221,48,125); }
div.DivClassName
{
background-color: #DD307D;
}
.BgClassName
{
background-color: #DD307D;
}
</style>
border-color css
<style>
span { border-color: #DD307D; }
span { border-color: rgb(221,48,125); }
td.TdClassName
{
border-color: #DD307D;
}
.TagClassName
{
border-color: #DD307D;
}
</style>