Shades of Deep Cerise #D832AC
Tints of Deep Cerise #D832AC
RGB
CMYK
RGB Variations
Color information
#D832AC (or 0xD832AC) is known color: Deep Cerise. HEX triplet: D8, 32 and AC. RGB value is (216,50,172). Sum of RGB (Red+Green+Blue) = 216+50+172=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D832AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D832AC is #27CD53. Grayscale: #717171. Windows color (decimal): -2608468 or 11285208. OLE color: 11285208.
HSL color Cylindrical-coordinate representation of color #D832AC: hue angle of 315.9º degrees, saturation: 0.68, 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 #D832AC is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 172 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.15 |
| HSL | 315.9º | 0.68% | 0.52% | - |
| HSV(B) | 315.9º | 0.77% | 0.85% | - |
| XYZ | 36.91 | 19.86 | 40.92 | - |
| YUV | 113.54 | 161 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 172 | 0 | 0.77 | 0.20 | 0.15 | 315.9 | 0.68 | 0.52 |
| Hex | D8 | 32 | AC | 0 | 4D | 14 | F | 13C | 44 | 34 |
| Octal | 330 | 62 | 254 | 0 | 115 | 24 | 17 | 474 | 104 | 64 |
| Binary | 11011000 | 110010 | 10101100 | 0 | 1001101 | 10100 | 1111 | 100111100 | 1000100 | 110100 |
Color Harmonies of #D832AC
Complementary color
Monochromatic Colors of #D832AC
Black with #D832AC
Text Example
Text Example
White with #D832AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D832AC; }
p { color: rgb(216,50,172); }
H1.HeaderClassName
{
color: #D832AC;
}
.AnyTagClassName
{
color: #D832AC;
}
</style>
background-color css
<style>
a { background-color: #D832AC; }
a { background-color: rgb(216,50,172); }
div.DivClassName
{
background-color: #D832AC;
}
.BgClassName
{
background-color: #D832AC;
}
</style>
border-color css
<style>
span { border-color: #D832AC; }
span { border-color: rgb(216,50,172); }
td.TdClassName
{
border-color: #D832AC;
}
.TagClassName
{
border-color: #D832AC;
}
</style>