Shades of Deep Cerise #D927A7
Tints of Deep Cerise #D927A7
RGB
CMYK
RGB Variations
Color information
#D927A7 (or 0xD927A7) is known color: Deep Cerise. HEX triplet: D9, 27 and A7. RGB value is (217,39,167). Sum of RGB (Red+Green+Blue) = 217+39+167=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D927A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D927A7 is #26D858. Grayscale: #6A6A6A. Windows color (decimal): -2545753 or 10954713. OLE color: 10954713.
HSL color Cylindrical-coordinate representation of color #D927A7: hue angle of 316.85º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D927A7 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 167 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.15 |
| HSL | 316.85º | 0.7% | 0.5% | - |
| HSV(B) | 316.85º | 0.82% | 0.85% | - |
| XYZ | 36.32 | 18.99 | 38.31 | - |
| YUV | 106.81 | 161.97 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 167 | 0 | 0.82 | 0.23 | 0.15 | 316.85 | 0.7 | 0.5 |
| Hex | D9 | 27 | A7 | 0 | 52 | 17 | F | 13D | 46 | 32 |
| Octal | 331 | 47 | 247 | 0 | 122 | 27 | 17 | 475 | 106 | 62 |
| Binary | 11011001 | 100111 | 10100111 | 0 | 1010010 | 10111 | 1111 | 100111101 | 1000110 | 110010 |
Color Harmonies of #D927A7
Complementary color
Monochromatic Colors of #D927A7
Black with #D927A7
Text Example
Text Example
White with #D927A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927A7; }
p { color: rgb(217,39,167); }
H1.HeaderClassName
{
color: #D927A7;
}
.AnyTagClassName
{
color: #D927A7;
}
</style>
background-color css
<style>
a { background-color: #D927A7; }
a { background-color: rgb(217,39,167); }
div.DivClassName
{
background-color: #D927A7;
}
.BgClassName
{
background-color: #D927A7;
}
</style>
border-color css
<style>
span { border-color: #D927A7; }
span { border-color: rgb(217,39,167); }
td.TdClassName
{
border-color: #D927A7;
}
.TagClassName
{
border-color: #D927A7;
}
</style>