Shades of Deep Cerise #D927A1
Tints of Deep Cerise #D927A1
RGB
CMYK
RGB Variations
Color information
#D927A1 (or 0xD927A1) is known color: Deep Cerise. HEX triplet: D9, 27 and A1. RGB value is (217,39,161). Sum of RGB (Red+Green+Blue) = 217+39+161=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D927A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D927A1 is #26D85E. Grayscale: #696969. Windows color (decimal): -2545759 or 10561497. OLE color: 10561497.
HSL color Cylindrical-coordinate representation of color #D927A1: hue angle of 318.88º 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 #D927A1 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 161 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.15 |
| HSL | 318.88º | 0.7% | 0.5% | - |
| HSV(B) | 318.88º | 0.82% | 0.85% | - |
| XYZ | 35.77 | 18.78 | 35.46 | - |
| YUV | 106.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 161 | 0 | 0.82 | 0.26 | 0.15 | 318.88 | 0.7 | 0.5 |
| Hex | D9 | 27 | A1 | 0 | 52 | 1A | F | 13F | 46 | 32 |
| Octal | 331 | 47 | 241 | 0 | 122 | 32 | 17 | 477 | 106 | 62 |
| Binary | 11011001 | 100111 | 10100001 | 0 | 1010010 | 11010 | 1111 | 100111111 | 1000110 | 110010 |
Color Harmonies of #D927A1
Complementary color
Monochromatic Colors of #D927A1
Black with #D927A1
Text Example
Text Example
White with #D927A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927A1; }
p { color: rgb(217,39,161); }
H1.HeaderClassName
{
color: #D927A1;
}
.AnyTagClassName
{
color: #D927A1;
}
</style>
background-color css
<style>
a { background-color: #D927A1; }
a { background-color: rgb(217,39,161); }
div.DivClassName
{
background-color: #D927A1;
}
.BgClassName
{
background-color: #D927A1;
}
</style>
border-color css
<style>
span { border-color: #D927A1; }
span { border-color: rgb(217,39,161); }
td.TdClassName
{
border-color: #D927A1;
}
.TagClassName
{
border-color: #D927A1;
}
</style>