Shades of Deep Cerise #D727A6
Tints of Deep Cerise #D727A6
RGB
CMYK
RGB Variations
Color information
#D727A6 (or 0xD727A6) is known color: Deep Cerise. HEX triplet: D7, 27 and A6. RGB value is (215,39,166). Sum of RGB (Red+Green+Blue) = 215+39+166=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D727A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D727A6 is #28D859. Grayscale: #696969. Windows color (decimal): -2676826 or 10889175. OLE color: 10889175.
HSL color Cylindrical-coordinate representation of color #D727A6: hue angle of 316.7º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D727A6 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 39 | 166 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.16 |
| HSL | 316.7º | 0.69% | 0.5% | - |
| HSV(B) | 316.7º | 0.82% | 0.84% | - |
| XYZ | 35.63 | 18.65 | 37.8 | - |
| YUV | 106.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 39 | 166 | 0 | 0.82 | 0.23 | 0.16 | 316.7 | 0.69 | 0.5 |
| Hex | D7 | 27 | A6 | 0 | 52 | 17 | 10 | 13D | 45 | 32 |
| Octal | 327 | 47 | 246 | 0 | 122 | 27 | 20 | 475 | 105 | 62 |
| Binary | 11010111 | 100111 | 10100110 | 0 | 1010010 | 10111 | 10000 | 100111101 | 1000101 | 110010 |
Color Harmonies of #D727A6
Complementary color
Monochromatic Colors of #D727A6
Black with #D727A6
Text Example
Text Example
White with #D727A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D727A6; }
p { color: rgb(215,39,166); }
H1.HeaderClassName
{
color: #D727A6;
}
.AnyTagClassName
{
color: #D727A6;
}
</style>
background-color css
<style>
a { background-color: #D727A6; }
a { background-color: rgb(215,39,166); }
div.DivClassName
{
background-color: #D727A6;
}
.BgClassName
{
background-color: #D727A6;
}
</style>
border-color css
<style>
span { border-color: #D727A6; }
span { border-color: rgb(215,39,166); }
td.TdClassName
{
border-color: #D727A6;
}
.TagClassName
{
border-color: #D727A6;
}
</style>