Shades of Deep Cerise #D932A0
Tints of Deep Cerise #D932A0
RGB
CMYK
RGB Variations
Color information
#D932A0 (or 0xD932A0) is known color: Deep Cerise. HEX triplet: D9, 32 and A0. RGB value is (217,50,160). Sum of RGB (Red+Green+Blue) = 217+50+160=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D932A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932A0 is #26CD5F. Grayscale: #707070. Windows color (decimal): -2542944 or 10498777. OLE color: 10498777.
HSL color Cylindrical-coordinate representation of color #D932A0: hue angle of 320.48º 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 #D932A0 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 160 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.15 |
| HSL | 320.48º | 0.69% | 0.52% | - |
| HSV(B) | 320.48º | 0.77% | 0.85% | - |
| XYZ | 36.1 | 19.57 | 35.13 | - |
| YUV | 112.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 160 | 0 | 0.77 | 0.26 | 0.15 | 320.48 | 0.69 | 0.52 |
| Hex | D9 | 32 | A0 | 0 | 4D | 1A | F | 140 | 45 | 34 |
| Octal | 331 | 62 | 240 | 0 | 115 | 32 | 17 | 500 | 105 | 64 |
| Binary | 11011001 | 110010 | 10100000 | 0 | 1001101 | 11010 | 1111 | 101000000 | 1000101 | 110100 |
Color Harmonies of #D932A0
Complementary color
Monochromatic Colors of #D932A0
Black with #D932A0
Text Example
Text Example
White with #D932A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932A0; }
p { color: rgb(217,50,160); }
H1.HeaderClassName
{
color: #D932A0;
}
.AnyTagClassName
{
color: #D932A0;
}
</style>
background-color css
<style>
a { background-color: #D932A0; }
a { background-color: rgb(217,50,160); }
div.DivClassName
{
background-color: #D932A0;
}
.BgClassName
{
background-color: #D932A0;
}
</style>
border-color css
<style>
span { border-color: #D932A0; }
span { border-color: rgb(217,50,160); }
td.TdClassName
{
border-color: #D932A0;
}
.TagClassName
{
border-color: #D932A0;
}
</style>