Shades of Deep Cerise #D726A7
Tints of Deep Cerise #D726A7
RGB
CMYK
RGB Variations
Color information
#D726A7 (or 0xD726A7) is known color: Deep Cerise. HEX triplet: D7, 26 and A7. RGB value is (215,38,167). Sum of RGB (Red+Green+Blue) = 215+38+167=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D726A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D726A7 is #28D958. Grayscale: #696969. Windows color (decimal): -2677081 or 10954455. OLE color: 10954455.
HSL color Cylindrical-coordinate representation of color #D726A7: hue angle of 316.27º degrees, saturation: 0.7, 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 #D726A7 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 167 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.16 |
| HSL | 316.27º | 0.7% | 0.5% | - |
| HSV(B) | 316.27º | 0.82% | 0.84% | - |
| XYZ | 35.69 | 18.62 | 38.27 | - |
| YUV | 105.63 | 162.64 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 167 | 0 | 0.82 | 0.22 | 0.16 | 316.27 | 0.7 | 0.5 |
| Hex | D7 | 26 | A7 | 0 | 52 | 16 | 10 | 13C | 46 | 32 |
| Octal | 327 | 46 | 247 | 0 | 122 | 26 | 20 | 474 | 106 | 62 |
| Binary | 11010111 | 100110 | 10100111 | 0 | 1010010 | 10110 | 10000 | 100111100 | 1000110 | 110010 |
Color Harmonies of #D726A7
Complementary color
Monochromatic Colors of #D726A7
Black with #D726A7
Text Example
Text Example
White with #D726A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726A7; }
p { color: rgb(215,38,167); }
H1.HeaderClassName
{
color: #D726A7;
}
.AnyTagClassName
{
color: #D726A7;
}
</style>
background-color css
<style>
a { background-color: #D726A7; }
a { background-color: rgb(215,38,167); }
div.DivClassName
{
background-color: #D726A7;
}
.BgClassName
{
background-color: #D726A7;
}
</style>
border-color css
<style>
span { border-color: #D726A7; }
span { border-color: rgb(215,38,167); }
td.TdClassName
{
border-color: #D726A7;
}
.TagClassName
{
border-color: #D726A7;
}
</style>