Shades of Deep Cerise #D932A7
Tints of Deep Cerise #D932A7
RGB
CMYK
RGB Variations
Color information
#D932A7 (or 0xD932A7) is known color: Deep Cerise. HEX triplet: D9, 32 and A7. RGB value is (217,50,167). Sum of RGB (Red+Green+Blue) = 217+50+167=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D932A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932A7 is #26CD58. Grayscale: #707070. Windows color (decimal): -2542937 or 10957529. OLE color: 10957529.
HSL color Cylindrical-coordinate representation of color #D932A7: hue angle of 317.96º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D932A7 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 167 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.15 |
| HSL | 317.96º | 0.69% | 0.52% | - |
| HSV(B) | 317.96º | 0.77% | 0.85% | - |
| XYZ | 36.73 | 19.82 | 38.45 | - |
| YUV | 113.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 167 | 0 | 0.77 | 0.23 | 0.15 | 317.96 | 0.69 | 0.52 |
| Hex | D9 | 32 | A7 | 0 | 4D | 17 | F | 13E | 45 | 34 |
| Octal | 331 | 62 | 247 | 0 | 115 | 27 | 17 | 476 | 105 | 64 |
| Binary | 11011001 | 110010 | 10100111 | 0 | 1001101 | 10111 | 1111 | 100111110 | 1000101 | 110100 |
Color Harmonies of #D932A7
Complementary color
Monochromatic Colors of #D932A7
Black with #D932A7
Text Example
Text Example
White with #D932A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932A7; }
p { color: rgb(217,50,167); }
H1.HeaderClassName
{
color: #D932A7;
}
.AnyTagClassName
{
color: #D932A7;
}
</style>
background-color css
<style>
a { background-color: #D932A7; }
a { background-color: rgb(217,50,167); }
div.DivClassName
{
background-color: #D932A7;
}
.BgClassName
{
background-color: #D932A7;
}
</style>
border-color css
<style>
span { border-color: #D932A7; }
span { border-color: rgb(217,50,167); }
td.TdClassName
{
border-color: #D932A7;
}
.TagClassName
{
border-color: #D932A7;
}
</style>