Shades of Deep Cerise #D3328F
Tints of Deep Cerise #D3328F
RGB
CMYK
RGB Variations
Color information
#D3328F (or 0xD3328F) is known color: Deep Cerise. HEX triplet: D3, 32 and 8F. RGB value is (211,50,143). Sum of RGB (Red+Green+Blue) = 211+50+143=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D3328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3328F is #2CCD70. Grayscale: #6C6C6C. Windows color (decimal): -2936177 or 9384659. OLE color: 9384659.
HSL color Cylindrical-coordinate representation of color #D3328F: hue angle of 325.34º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3328F is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 143 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.17 |
| HSL | 325.34º | 0.65% | 0.51% | - |
| HSV(B) | 325.34º | 0.76% | 0.83% | - |
| XYZ | 32.96 | 18.11 | 27.75 | - |
| YUV | 108.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 143 | 0 | 0.76 | 0.32 | 0.17 | 325.34 | 0.65 | 0.51 |
| Hex | D3 | 32 | 8F | 0 | 4C | 20 | 11 | 145 | 41 | 33 |
| Octal | 323 | 62 | 217 | 0 | 114 | 40 | 21 | 505 | 101 | 63 |
| Binary | 11010011 | 110010 | 10001111 | 0 | 1001100 | 100000 | 10001 | 101000101 | 1000001 | 110011 |
Color Harmonies of #D3328F
Complementary color
Monochromatic Colors of #D3328F
Black with #D3328F
Text Example
Text Example
White with #D3328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3328F; }
p { color: rgb(211,50,143); }
H1.HeaderClassName
{
color: #D3328F;
}
.AnyTagClassName
{
color: #D3328F;
}
</style>
background-color css
<style>
a { background-color: #D3328F; }
a { background-color: rgb(211,50,143); }
div.DivClassName
{
background-color: #D3328F;
}
.BgClassName
{
background-color: #D3328F;
}
</style>
border-color css
<style>
span { border-color: #D3328F; }
span { border-color: rgb(211,50,143); }
td.TdClassName
{
border-color: #D3328F;
}
.TagClassName
{
border-color: #D3328F;
}
</style>