Shades of Deep Cerise #DD37A8
Tints of Deep Cerise #DD37A8
RGB
CMYK
RGB Variations
Color information
#DD37A8 (or 0xDD37A8) is known color: Deep Cerise. HEX triplet: DD, 37 and A8. RGB value is (221,55,168). Sum of RGB (Red+Green+Blue) = 221+55+168=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD37A8 is #22C857. Grayscale: #757575. Windows color (decimal): -2279512 or 11024349. OLE color: 11024349.
HSL color Cylindrical-coordinate representation of color #DD37A8: hue angle of 319.16º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD37A8 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 168 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.13 |
| HSL | 319.16º | 0.71% | 0.54% | - |
| HSV(B) | 319.16º | 0.75% | 0.87% | - |
| XYZ | 38.25 | 20.93 | 39.07 | - |
| YUV | 117.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 168 | 0 | 0.75 | 0.24 | 0.13 | 319.16 | 0.71 | 0.54 |
| Hex | DD | 37 | A8 | 0 | 4B | 18 | D | 13F | 47 | 36 |
| Octal | 335 | 67 | 250 | 0 | 113 | 30 | 15 | 477 | 107 | 66 |
| Binary | 11011101 | 110111 | 10101000 | 0 | 1001011 | 11000 | 1101 | 100111111 | 1000111 | 110110 |
Color Harmonies of #DD37A8
Complementary color
Monochromatic Colors of #DD37A8
Black with #DD37A8
Text Example
Text Example
White with #DD37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37A8; }
p { color: rgb(221,55,168); }
H1.HeaderClassName
{
color: #DD37A8;
}
.AnyTagClassName
{
color: #DD37A8;
}
</style>
background-color css
<style>
a { background-color: #DD37A8; }
a { background-color: rgb(221,55,168); }
div.DivClassName
{
background-color: #DD37A8;
}
.BgClassName
{
background-color: #DD37A8;
}
</style>
border-color css
<style>
span { border-color: #DD37A8; }
span { border-color: rgb(221,55,168); }
td.TdClassName
{
border-color: #DD37A8;
}
.TagClassName
{
border-color: #DD37A8;
}
</style>