Shades of Deep Cerise #D923A2
Tints of Deep Cerise #D923A2
RGB
CMYK
RGB Variations
Color information
#D923A2 (or 0xD923A2) is known color: Deep Cerise. HEX triplet: D9, 23 and A2. RGB value is (217,35,162). Sum of RGB (Red+Green+Blue) = 217+35+162=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D923A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D923A2 is #26DC5D. Grayscale: #676767. Windows color (decimal): -2546782 or 10626009. OLE color: 10626009.
HSL color Cylindrical-coordinate representation of color #D923A2: hue angle of 318.13º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D923A2 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 162 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.15 |
| HSL | 318.13º | 0.72% | 0.49% | - |
| HSV(B) | 318.13º | 0.84% | 0.85% | - |
| XYZ | 35.74 | 18.56 | 35.88 | - |
| YUV | 103.9 | 160.8 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 162 | 0 | 0.84 | 0.25 | 0.15 | 318.13 | 0.72 | 0.49 |
| Hex | D9 | 23 | A2 | 0 | 54 | 19 | F | 13E | 48 | 31 |
| Octal | 331 | 43 | 242 | 0 | 124 | 31 | 17 | 476 | 110 | 61 |
| Binary | 11011001 | 100011 | 10100010 | 0 | 1010100 | 11001 | 1111 | 100111110 | 1001000 | 110001 |
Color Harmonies of #D923A2
Complementary color
Monochromatic Colors of #D923A2
Black with #D923A2
Text Example
Text Example
White with #D923A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D923A2; }
p { color: rgb(217,35,162); }
H1.HeaderClassName
{
color: #D923A2;
}
.AnyTagClassName
{
color: #D923A2;
}
</style>
background-color css
<style>
a { background-color: #D923A2; }
a { background-color: rgb(217,35,162); }
div.DivClassName
{
background-color: #D923A2;
}
.BgClassName
{
background-color: #D923A2;
}
</style>
border-color css
<style>
span { border-color: #D923A2; }
span { border-color: rgb(217,35,162); }
td.TdClassName
{
border-color: #D923A2;
}
.TagClassName
{
border-color: #D923A2;
}
</style>