Shades of Deep Cerise #D932A4
Tints of Deep Cerise #D932A4
RGB
CMYK
RGB Variations
Color information
#D932A4 (or 0xD932A4) is known color: Deep Cerise. HEX triplet: D9, 32 and A4. RGB value is (217,50,164). Sum of RGB (Red+Green+Blue) = 217+50+164=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D932A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D932A4 is #26CD5B. Grayscale: #707070. Windows color (decimal): -2542940 or 10760921. OLE color: 10760921.
HSL color Cylindrical-coordinate representation of color #D932A4: hue angle of 319.04º 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 #D932A4 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 164 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.15 |
| HSL | 319.04º | 0.69% | 0.52% | - |
| HSV(B) | 319.04º | 0.77% | 0.85% | - |
| XYZ | 36.46 | 19.71 | 37.01 | - |
| YUV | 112.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 164 | 0 | 0.77 | 0.24 | 0.15 | 319.04 | 0.69 | 0.52 |
| Hex | D9 | 32 | A4 | 0 | 4D | 18 | F | 13F | 45 | 34 |
| Octal | 331 | 62 | 244 | 0 | 115 | 30 | 17 | 477 | 105 | 64 |
| Binary | 11011001 | 110010 | 10100100 | 0 | 1001101 | 11000 | 1111 | 100111111 | 1000101 | 110100 |
Color Harmonies of #D932A4
Complementary color
Monochromatic Colors of #D932A4
Black with #D932A4
Text Example
Text Example
White with #D932A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D932A4; }
p { color: rgb(217,50,164); }
H1.HeaderClassName
{
color: #D932A4;
}
.AnyTagClassName
{
color: #D932A4;
}
</style>
background-color css
<style>
a { background-color: #D932A4; }
a { background-color: rgb(217,50,164); }
div.DivClassName
{
background-color: #D932A4;
}
.BgClassName
{
background-color: #D932A4;
}
</style>
border-color css
<style>
span { border-color: #D932A4; }
span { border-color: rgb(217,50,164); }
td.TdClassName
{
border-color: #D932A4;
}
.TagClassName
{
border-color: #D932A4;
}
</style>