Shades of Deep Cerise #D832A2
Tints of Deep Cerise #D832A2
RGB
CMYK
RGB Variations
Color information
#D832A2 (or 0xD832A2) is known color: Deep Cerise. HEX triplet: D8, 32 and A2. RGB value is (216,50,162). Sum of RGB (Red+Green+Blue) = 216+50+162=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D832A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D832A2 is #27CD5D. Grayscale: #707070. Windows color (decimal): -2608478 or 10629848. OLE color: 10629848.
HSL color Cylindrical-coordinate representation of color #D832A2: hue angle of 319.52º 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 #D832A2 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 162 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.15 |
| HSL | 319.52º | 0.68% | 0.52% | - |
| HSV(B) | 319.52º | 0.77% | 0.85% | - |
| XYZ | 35.98 | 19.49 | 36.05 | - |
| YUV | 112.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 162 | 0 | 0.77 | 0.25 | 0.15 | 319.52 | 0.68 | 0.52 |
| Hex | D8 | 32 | A2 | 0 | 4D | 19 | F | 140 | 44 | 34 |
| Octal | 330 | 62 | 242 | 0 | 115 | 31 | 17 | 500 | 104 | 64 |
| Binary | 11011000 | 110010 | 10100010 | 0 | 1001101 | 11001 | 1111 | 101000000 | 1000100 | 110100 |
Color Harmonies of #D832A2
Complementary color
Monochromatic Colors of #D832A2
Black with #D832A2
Text Example
Text Example
White with #D832A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D832A2; }
p { color: rgb(216,50,162); }
H1.HeaderClassName
{
color: #D832A2;
}
.AnyTagClassName
{
color: #D832A2;
}
</style>
background-color css
<style>
a { background-color: #D832A2; }
a { background-color: rgb(216,50,162); }
div.DivClassName
{
background-color: #D832A2;
}
.BgClassName
{
background-color: #D832A2;
}
</style>
border-color css
<style>
span { border-color: #D832A2; }
span { border-color: rgb(216,50,162); }
td.TdClassName
{
border-color: #D832A2;
}
.TagClassName
{
border-color: #D832A2;
}
</style>