Shades of Deep Cerise #D735AF
Tints of Deep Cerise #D735AF
RGB
CMYK
RGB Variations
Color information
#D735AF (or 0xD735AF) is known color: Deep Cerise. HEX triplet: D7, 35 and AF. RGB value is (215,53,175). Sum of RGB (Red+Green+Blue) = 215+53+175=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D735AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D735AF is #28CA50. Grayscale: #737373. Windows color (decimal): -2673233 or 11482583. OLE color: 11482583.
HSL color Cylindrical-coordinate representation of color #D735AF: hue angle of 314.81º 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 #D735AF is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 53 | 175 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.16 |
| HSL | 314.81º | 0.67% | 0.53% | - |
| HSV(B) | 314.81º | 0.75% | 0.84% | - |
| XYZ | 37.04 | 20.09 | 42.48 | - |
| YUV | 115.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 53 | 175 | 0 | 0.75 | 0.19 | 0.16 | 314.81 | 0.67 | 0.53 |
| Hex | D7 | 35 | AF | 0 | 4B | 13 | 10 | 13B | 43 | 35 |
| Octal | 327 | 65 | 257 | 0 | 113 | 23 | 20 | 473 | 103 | 65 |
| Binary | 11010111 | 110101 | 10101111 | 0 | 1001011 | 10011 | 10000 | 100111011 | 1000011 | 110101 |
Color Harmonies of #D735AF
Complementary color
Monochromatic Colors of #D735AF
Black with #D735AF
Text Example
Text Example
White with #D735AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D735AF; }
p { color: rgb(215,53,175); }
H1.HeaderClassName
{
color: #D735AF;
}
.AnyTagClassName
{
color: #D735AF;
}
</style>
background-color css
<style>
a { background-color: #D735AF; }
a { background-color: rgb(215,53,175); }
div.DivClassName
{
background-color: #D735AF;
}
.BgClassName
{
background-color: #D735AF;
}
</style>
border-color css
<style>
span { border-color: #D735AF; }
span { border-color: rgb(215,53,175); }
td.TdClassName
{
border-color: #D735AF;
}
.TagClassName
{
border-color: #D735AF;
}
</style>