Shades of Deep Cerise #D735AA
Tints of Deep Cerise #D735AA
RGB
CMYK
RGB Variations
Color information
#D735AA (or 0xD735AA) is known color: Deep Cerise. HEX triplet: D7, 35 and AA. RGB value is (215,53,170). Sum of RGB (Red+Green+Blue) = 215+53+170=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D735AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D735AA is #28CA55. Grayscale: #727272. Windows color (decimal): -2673238 or 11154903. OLE color: 11154903.
HSL color Cylindrical-coordinate representation of color #D735AA: hue angle of 316.67º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D735AA is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 170 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.16 |
| HSL | 316.67º | 0.67% | 0.53% | - |
| HSV(B) | 316.67º | 0.75% | 0.84% | - |
| XYZ | 36.55 | 19.9 | 39.94 | - |
| YUV | 114.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 170 | 0 | 0.75 | 0.21 | 0.16 | 316.67 | 0.67 | 0.53 |
| Hex | D7 | 35 | AA | 0 | 4B | 15 | 10 | 13D | 43 | 35 |
| Octal | 327 | 65 | 252 | 0 | 113 | 25 | 20 | 475 | 103 | 65 |
| Binary | 11010111 | 110101 | 10101010 | 0 | 1001011 | 10101 | 10000 | 100111101 | 1000011 | 110101 |
Color Harmonies of #D735AA
Complementary color
Monochromatic Colors of #D735AA
Black with #D735AA
Text Example
Text Example
White with #D735AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735AA; }
p { color: rgb(215,53,170); }
H1.HeaderClassName
{
color: #D735AA;
}
.AnyTagClassName
{
color: #D735AA;
}
</style>
background-color css
<style>
a { background-color: #D735AA; }
a { background-color: rgb(215,53,170); }
div.DivClassName
{
background-color: #D735AA;
}
.BgClassName
{
background-color: #D735AA;
}
</style>
border-color css
<style>
span { border-color: #D735AA; }
span { border-color: rgb(215,53,170); }
td.TdClassName
{
border-color: #D735AA;
}
.TagClassName
{
border-color: #D735AA;
}
</style>