Shades of Deep Cerise #DD36A8
Tints of Deep Cerise #DD36A8
RGB
CMYK
RGB Variations
Color information
#DD36A8 (or 0xDD36A8) is known color: Deep Cerise. HEX triplet: DD, 36 and A8. RGB value is (221,54,168). Sum of RGB (Red+Green+Blue) = 221+54+168=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36A8 is #22C957. Grayscale: #747474. Windows color (decimal): -2279768 or 11024093. OLE color: 11024093.
HSL color Cylindrical-coordinate representation of color #DD36A8: hue angle of 319.04º 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 #DD36A8 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 54 | 168 | - |
CMYK | 0 | 0.76 | 0.24 | 0.13 |
HSL | 319.04º | 0.71% | 0.54% | - |
HSV(B) | 319.04º | 0.76% | 0.87% | - |
XYZ | 38.21 | 20.84 | 39.05 | - |
YUV | 116.93 | 156.83 | 202.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 54 | 168 | 0 | 0.76 | 0.24 | 0.13 | 319.04 | 0.71 | 0.54 |
Hex | DD | 36 | A8 | 0 | 4C | 18 | D | 13F | 47 | 36 |
Octal | 335 | 66 | 250 | 0 | 114 | 30 | 15 | 477 | 107 | 66 |
Binary | 11011101 | 110110 | 10101000 | 0 | 1001100 | 11000 | 1101 | 100111111 | 1000111 | 110110 |
Color Harmonies of #DD36A8
Complementary color
Monochromatic Colors of #DD36A8
Black with #DD36A8
Text Example
Text Example
White with #DD36A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36A8; }
p { color: rgb(221,54,168); }
H1.HeaderClassName
{
color: #DD36A8;
}
.AnyTagClassName
{
color: #DD36A8;
}
</style>
background-color css
<style>
a { background-color: #DD36A8; }
a { background-color: rgb(221,54,168); }
div.DivClassName
{
background-color: #DD36A8;
}
.BgClassName
{
background-color: #DD36A8;
}
</style>
border-color css
<style>
span { border-color: #DD36A8; }
span { border-color: rgb(221,54,168); }
td.TdClassName
{
border-color: #DD36A8;
}
.TagClassName
{
border-color: #DD36A8;
}
</style>