Shades of Deep Cerise #D932A2
Tints of Deep Cerise #D932A2
RGB
CMYK
RGB Variations
Color information
#D932A2 (or 0xD932A2) is known color: Deep Cerise. HEX triplet: D9, 32 and A2. RGB value is (217,50,162). Sum of RGB (Red+Green+Blue) = 217+50+162=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D932A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932A2 is #26CD5D. Grayscale: #707070. Windows color (decimal): -2542942 or 10629849. OLE color: 10629849.
HSL color Cylindrical-coordinate representation of color #D932A2: hue angle of 319.76º 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 #D932A2 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 162 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.15 |
| HSL | 319.76º | 0.69% | 0.52% | - |
| HSV(B) | 319.76º | 0.77% | 0.85% | - |
| XYZ | 36.28 | 19.64 | 36.06 | - |
| YUV | 112.7 | 155.83 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 162 | 0 | 0.77 | 0.25 | 0.15 | 319.76 | 0.69 | 0.52 |
| Hex | D9 | 32 | A2 | 0 | 4D | 19 | F | 140 | 45 | 34 |
| Octal | 331 | 62 | 242 | 0 | 115 | 31 | 17 | 500 | 105 | 64 |
| Binary | 11011001 | 110010 | 10100010 | 0 | 1001101 | 11001 | 1111 | 101000000 | 1000101 | 110100 |
Color Harmonies of #D932A2
Complementary color
Monochromatic Colors of #D932A2
Black with #D932A2
Text Example
Text Example
White with #D932A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932A2; }
p { color: rgb(217,50,162); }
H1.HeaderClassName
{
color: #D932A2;
}
.AnyTagClassName
{
color: #D932A2;
}
</style>
background-color css
<style>
a { background-color: #D932A2; }
a { background-color: rgb(217,50,162); }
div.DivClassName
{
background-color: #D932A2;
}
.BgClassName
{
background-color: #D932A2;
}
</style>
border-color css
<style>
span { border-color: #D932A2; }
span { border-color: rgb(217,50,162); }
td.TdClassName
{
border-color: #D932A2;
}
.TagClassName
{
border-color: #D932A2;
}
</style>