Shades of Deep Cerise #D32FAC
Tints of Deep Cerise #D32FAC
RGB
CMYK
RGB Variations
Color information
#D32FAC (or 0xD32FAC) is known color: Deep Cerise. HEX triplet: D3, 2F and AC. RGB value is (211,47,172). Sum of RGB (Red+Green+Blue) = 211+47+172=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D32FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32FAC is #2CD053. Grayscale: #6D6D6D. Windows color (decimal): -2936916 or 11284435. OLE color: 11284435.
HSL color Cylindrical-coordinate representation of color #D32FAC: hue angle of 314.27º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32FAC is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 172 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.17 |
| HSL | 314.27º | 0.65% | 0.51% | - |
| HSV(B) | 314.27º | 0.78% | 0.83% | - |
| XYZ | 35.33 | 18.86 | 40.81 | - |
| YUV | 110.29 | 162.83 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 172 | 0 | 0.78 | 0.18 | 0.17 | 314.27 | 0.65 | 0.51 |
| Hex | D3 | 2F | AC | 0 | 4E | 12 | 11 | 13A | 41 | 33 |
| Octal | 323 | 57 | 254 | 0 | 116 | 22 | 21 | 472 | 101 | 63 |
| Binary | 11010011 | 101111 | 10101100 | 0 | 1001110 | 10010 | 10001 | 100111010 | 1000001 | 110011 |
Color Harmonies of #D32FAC
Complementary color
Monochromatic Colors of #D32FAC
Black with #D32FAC
Text Example
Text Example
White with #D32FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FAC; }
p { color: rgb(211,47,172); }
H1.HeaderClassName
{
color: #D32FAC;
}
.AnyTagClassName
{
color: #D32FAC;
}
</style>
background-color css
<style>
a { background-color: #D32FAC; }
a { background-color: rgb(211,47,172); }
div.DivClassName
{
background-color: #D32FAC;
}
.BgClassName
{
background-color: #D32FAC;
}
</style>
border-color css
<style>
span { border-color: #D32FAC; }
span { border-color: rgb(211,47,172); }
td.TdClassName
{
border-color: #D32FAC;
}
.TagClassName
{
border-color: #D32FAC;
}
</style>