Shades of Deep Cerise #DD367F
Tints of Deep Cerise #DD367F
RGB
CMYK
RGB Variations
Color information
#DD367F (or 0xDD367F) is known color: Deep Cerise. HEX triplet: DD, 36 and 7F. RGB value is (221,54,127). Sum of RGB (Red+Green+Blue) = 221+54+127=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD367F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD367F is #22C980. Grayscale: #707070. Windows color (decimal): -2279809 or 8337117. OLE color: 8337117.
HSL color Cylindrical-coordinate representation of color #DD367F: hue angle of 333.77º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD367F is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 127 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.13 |
| HSL | 333.77º | 0.71% | 0.54% | - |
| HSV(B) | 333.77º | 0.76% | 0.87% | - |
| XYZ | 34.97 | 19.54 | 22.01 | - |
| YUV | 112.26 | 136.33 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 127 | 0 | 0.76 | 0.43 | 0.13 | 333.77 | 0.71 | 0.54 |
| Hex | DD | 36 | 7F | 0 | 4C | 2B | D | 14E | 47 | 36 |
| Octal | 335 | 66 | 177 | 0 | 114 | 53 | 15 | 516 | 107 | 66 |
| Binary | 11011101 | 110110 | 1111111 | 0 | 1001100 | 101011 | 1101 | 101001110 | 1000111 | 110110 |
Color Harmonies of #DD367F
Complementary color
Monochromatic Colors of #DD367F
Black with #DD367F
Text Example
Text Example
White with #DD367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD367F; }
p { color: rgb(221,54,127); }
H1.HeaderClassName
{
color: #DD367F;
}
.AnyTagClassName
{
color: #DD367F;
}
</style>
background-color css
<style>
a { background-color: #DD367F; }
a { background-color: rgb(221,54,127); }
div.DivClassName
{
background-color: #DD367F;
}
.BgClassName
{
background-color: #DD367F;
}
</style>
border-color css
<style>
span { border-color: #DD367F; }
span { border-color: rgb(221,54,127); }
td.TdClassName
{
border-color: #DD367F;
}
.TagClassName
{
border-color: #DD367F;
}
</style>