Shades of Deep Cerise #D729A6
Tints of Deep Cerise #D729A6
RGB
CMYK
RGB Variations
Color information
#D729A6 (or 0xD729A6) is known color: Deep Cerise. HEX triplet: D7, 29 and A6. RGB value is (215,41,166). Sum of RGB (Red+Green+Blue) = 215+41+166=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D729A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D729A6 is #28D659. Grayscale: #6A6A6A. Windows color (decimal): -2676314 or 10889687. OLE color: 10889687.
HSL color Cylindrical-coordinate representation of color #D729A6: hue angle of 316.9º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D729A6 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 166 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.16 |
| HSL | 316.9º | 0.69% | 0.5% | - |
| HSV(B) | 316.9º | 0.81% | 0.84% | - |
| XYZ | 35.7 | 18.79 | 37.82 | - |
| YUV | 107.28 | 161.15 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 166 | 0 | 0.81 | 0.23 | 0.16 | 316.9 | 0.69 | 0.5 |
| Hex | D7 | 29 | A6 | 0 | 51 | 17 | 10 | 13D | 45 | 32 |
| Octal | 327 | 51 | 246 | 0 | 121 | 27 | 20 | 475 | 105 | 62 |
| Binary | 11010111 | 101001 | 10100110 | 0 | 1010001 | 10111 | 10000 | 100111101 | 1000101 | 110010 |
Color Harmonies of #D729A6
Complementary color
Monochromatic Colors of #D729A6
Black with #D729A6
Text Example
Text Example
White with #D729A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729A6; }
p { color: rgb(215,41,166); }
H1.HeaderClassName
{
color: #D729A6;
}
.AnyTagClassName
{
color: #D729A6;
}
</style>
background-color css
<style>
a { background-color: #D729A6; }
a { background-color: rgb(215,41,166); }
div.DivClassName
{
background-color: #D729A6;
}
.BgClassName
{
background-color: #D729A6;
}
</style>
border-color css
<style>
span { border-color: #D729A6; }
span { border-color: rgb(215,41,166); }
td.TdClassName
{
border-color: #D729A6;
}
.TagClassName
{
border-color: #D729A6;
}
</style>