Shades of Deep Cerise #DC36AA
Tints of Deep Cerise #DC36AA
RGB
CMYK
RGB Variations
Color information
#DC36AA (or 0xDC36AA) is known color: Deep Cerise. HEX triplet: DC, 36 and AA. RGB value is (220,54,170). Sum of RGB (Red+Green+Blue) = 220+54+170=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC36AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC36AA is #23C955. Grayscale: #747474. Windows color (decimal): -2345302 or 11155164. OLE color: 11155164.
HSL color Cylindrical-coordinate representation of color #DC36AA: hue angle of 318.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC36AA is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 170 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.14 |
| HSL | 318.07º | 0.7% | 0.54% | - |
| HSV(B) | 318.07º | 0.75% | 0.86% | - |
| XYZ | 38.09 | 20.76 | 40.03 | - |
| YUV | 116.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 170 | 0 | 0.75 | 0.23 | 0.14 | 318.07 | 0.7 | 0.54 |
| Hex | DC | 36 | AA | 0 | 4B | 17 | E | 13E | 46 | 36 |
| Octal | 334 | 66 | 252 | 0 | 113 | 27 | 16 | 476 | 106 | 66 |
| Binary | 11011100 | 110110 | 10101010 | 0 | 1001011 | 10111 | 1110 | 100111110 | 1000110 | 110110 |
Color Harmonies of #DC36AA
Complementary color
Monochromatic Colors of #DC36AA
Black with #DC36AA
Text Example
Text Example
White with #DC36AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC36AA; }
p { color: rgb(220,54,170); }
H1.HeaderClassName
{
color: #DC36AA;
}
.AnyTagClassName
{
color: #DC36AA;
}
</style>
background-color css
<style>
a { background-color: #DC36AA; }
a { background-color: rgb(220,54,170); }
div.DivClassName
{
background-color: #DC36AA;
}
.BgClassName
{
background-color: #DC36AA;
}
</style>
border-color css
<style>
span { border-color: #DC36AA; }
span { border-color: rgb(220,54,170); }
td.TdClassName
{
border-color: #DC36AA;
}
.TagClassName
{
border-color: #DC36AA;
}
</style>