Shades of Deep Cerise #DD307F
Tints of Deep Cerise #DD307F
RGB
CMYK
RGB Variations
Color information
#DD307F (or 0xDD307F) is known color: Deep Cerise. HEX triplet: DD, 30 and 7F. RGB value is (221,48,127). Sum of RGB (Red+Green+Blue) = 221+48+127=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD307F is #22CF80. Grayscale: #6C6C6C. Windows color (decimal): -2281345 or 8335581. OLE color: 8335581.
HSL color Cylindrical-coordinate representation of color #DD307F: hue angle of 332.6º 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 #DD307F is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 127 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.13 |
| HSL | 332.6º | 0.72% | 0.53% | - |
| HSV(B) | 332.6º | 0.78% | 0.87% | - |
| XYZ | 34.71 | 19.02 | 21.92 | - |
| YUV | 108.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 127 | 0 | 0.78 | 0.43 | 0.13 | 332.6 | 0.72 | 0.53 |
| Hex | DD | 30 | 7F | 0 | 4E | 2B | D | 14D | 48 | 35 |
| Octal | 335 | 60 | 177 | 0 | 116 | 53 | 15 | 515 | 110 | 65 |
| Binary | 11011101 | 110000 | 1111111 | 0 | 1001110 | 101011 | 1101 | 101001101 | 1001000 | 110101 |
Color Harmonies of #DD307F
Complementary color
Monochromatic Colors of #DD307F
Black with #DD307F
Text Example
Text Example
White with #DD307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD307F; }
p { color: rgb(221,48,127); }
H1.HeaderClassName
{
color: #DD307F;
}
.AnyTagClassName
{
color: #DD307F;
}
</style>
background-color css
<style>
a { background-color: #DD307F; }
a { background-color: rgb(221,48,127); }
div.DivClassName
{
background-color: #DD307F;
}
.BgClassName
{
background-color: #DD307F;
}
</style>
border-color css
<style>
span { border-color: #DD307F; }
span { border-color: rgb(221,48,127); }
td.TdClassName
{
border-color: #DD307F;
}
.TagClassName
{
border-color: #DD307F;
}
</style>