Shades of Deep Cerise #D928A2
Tints of Deep Cerise #D928A2
RGB
CMYK
RGB Variations
Color information
#D928A2 (or 0xD928A2) is known color: Deep Cerise. HEX triplet: D9, 28 and A2. RGB value is (217,40,162). Sum of RGB (Red+Green+Blue) = 217+40+162=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D928A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D928A2 is #26D75D. Grayscale: #6A6A6A. Windows color (decimal): -2545502 or 10627289. OLE color: 10627289.
HSL color Cylindrical-coordinate representation of color #D928A2: hue angle of 318.64º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928A2 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 162 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.15 |
| HSL | 318.64º | 0.7% | 0.5% | - |
| HSV(B) | 318.64º | 0.82% | 0.85% | - |
| XYZ | 35.9 | 18.88 | 35.93 | - |
| YUV | 106.83 | 159.14 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 162 | 0 | 0.82 | 0.25 | 0.15 | 318.64 | 0.7 | 0.5 |
| Hex | D9 | 28 | A2 | 0 | 52 | 19 | F | 13F | 46 | 32 |
| Octal | 331 | 50 | 242 | 0 | 122 | 31 | 17 | 477 | 106 | 62 |
| Binary | 11011001 | 101000 | 10100010 | 0 | 1010010 | 11001 | 1111 | 100111111 | 1000110 | 110010 |
Color Harmonies of #D928A2
Complementary color
Monochromatic Colors of #D928A2
Black with #D928A2
Text Example
Text Example
White with #D928A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928A2; }
p { color: rgb(217,40,162); }
H1.HeaderClassName
{
color: #D928A2;
}
.AnyTagClassName
{
color: #D928A2;
}
</style>
background-color css
<style>
a { background-color: #D928A2; }
a { background-color: rgb(217,40,162); }
div.DivClassName
{
background-color: #D928A2;
}
.BgClassName
{
background-color: #D928A2;
}
</style>
border-color css
<style>
span { border-color: #D928A2; }
span { border-color: rgb(217,40,162); }
td.TdClassName
{
border-color: #D928A2;
}
.TagClassName
{
border-color: #D928A2;
}
</style>