Shades of Deep Cerise #D931A0
Tints of Deep Cerise #D931A0
RGB
CMYK
RGB Variations
Color information
#D931A0 (or 0xD931A0) is known color: Deep Cerise. HEX triplet: D9, 31 and A0. RGB value is (217,49,160). Sum of RGB (Red+Green+Blue) = 217+49+160=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D931A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D931A0 is #26CE5F. Grayscale: #6F6F6F. Windows color (decimal): -2543200 or 10498521. OLE color: 10498521.
HSL color Cylindrical-coordinate representation of color #D931A0: hue angle of 320.36º 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 #D931A0 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 49 | 160 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.15 |
| HSL | 320.36º | 0.69% | 0.52% | - |
| HSV(B) | 320.36º | 0.77% | 0.85% | - |
| XYZ | 36.06 | 19.49 | 35.12 | - |
| YUV | 111.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 49 | 160 | 0 | 0.77 | 0.26 | 0.15 | 320.36 | 0.69 | 0.52 |
| Hex | D9 | 31 | A0 | 0 | 4D | 1A | F | 140 | 45 | 34 |
| Octal | 331 | 61 | 240 | 0 | 115 | 32 | 17 | 500 | 105 | 64 |
| Binary | 11011001 | 110001 | 10100000 | 0 | 1001101 | 11010 | 1111 | 101000000 | 1000101 | 110100 |
Color Harmonies of #D931A0
Complementary color
Monochromatic Colors of #D931A0
Black with #D931A0
Text Example
Text Example
White with #D931A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D931A0; }
p { color: rgb(217,49,160); }
H1.HeaderClassName
{
color: #D931A0;
}
.AnyTagClassName
{
color: #D931A0;
}
</style>
background-color css
<style>
a { background-color: #D931A0; }
a { background-color: rgb(217,49,160); }
div.DivClassName
{
background-color: #D931A0;
}
.BgClassName
{
background-color: #D931A0;
}
</style>
border-color css
<style>
span { border-color: #D931A0; }
span { border-color: rgb(217,49,160); }
td.TdClassName
{
border-color: #D931A0;
}
.TagClassName
{
border-color: #D931A0;
}
</style>