Shades of Deep Cerise #DD36A4
Tints of Deep Cerise #DD36A4
RGB
CMYK
RGB Variations
Color information
#DD36A4 (or 0xDD36A4) is known color: Deep Cerise. HEX triplet: DD, 36 and A4. RGB value is (221,54,164). Sum of RGB (Red+Green+Blue) = 221+54+164=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36A4 is #22C95B. Grayscale: #747474. Windows color (decimal): -2279772 or 10761949. OLE color: 10761949.
HSL color Cylindrical-coordinate representation of color #DD36A4: hue angle of 320.48º 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 #DD36A4 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 164 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.13 |
| HSL | 320.48º | 0.71% | 0.54% | - |
| HSV(B) | 320.48º | 0.76% | 0.87% | - |
| XYZ | 37.84 | 20.69 | 37.12 | - |
| YUV | 116.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 164 | 0 | 0.76 | 0.26 | 0.13 | 320.48 | 0.71 | 0.54 |
| Hex | DD | 36 | A4 | 0 | 4C | 1A | D | 140 | 47 | 36 |
| Octal | 335 | 66 | 244 | 0 | 114 | 32 | 15 | 500 | 107 | 66 |
| Binary | 11011101 | 110110 | 10100100 | 0 | 1001100 | 11010 | 1101 | 101000000 | 1000111 | 110110 |
Color Harmonies of #DD36A4
Complementary color
Monochromatic Colors of #DD36A4
Black with #DD36A4
Text Example
Text Example
White with #DD36A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36A4; }
p { color: rgb(221,54,164); }
H1.HeaderClassName
{
color: #DD36A4;
}
.AnyTagClassName
{
color: #DD36A4;
}
</style>
background-color css
<style>
a { background-color: #DD36A4; }
a { background-color: rgb(221,54,164); }
div.DivClassName
{
background-color: #DD36A4;
}
.BgClassName
{
background-color: #DD36A4;
}
</style>
border-color css
<style>
span { border-color: #DD36A4; }
span { border-color: rgb(221,54,164); }
td.TdClassName
{
border-color: #DD36A4;
}
.TagClassName
{
border-color: #DD36A4;
}
</style>