Shades of Deep Cerise #D3318B
Tints of Deep Cerise #D3318B
RGB
CMYK
RGB Variations
Color information
#D3318B (or 0xD3318B) is known color: Deep Cerise. HEX triplet: D3, 31 and 8B. RGB value is (211,49,139). Sum of RGB (Red+Green+Blue) = 211+49+139=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D3318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3318B is #2CCE74. Grayscale: #6B6B6B. Windows color (decimal): -2936437 or 9122259. OLE color: 9122259.
HSL color Cylindrical-coordinate representation of color #D3318B: hue angle of 326.67º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3318B is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 139 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.17 |
| HSL | 326.67º | 0.65% | 0.51% | - |
| HSV(B) | 326.67º | 0.77% | 0.83% | - |
| XYZ | 32.62 | 17.91 | 26.16 | - |
| YUV | 107.7 | 145.67 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 139 | 0 | 0.77 | 0.34 | 0.17 | 326.67 | 0.65 | 0.51 |
| Hex | D3 | 31 | 8B | 0 | 4D | 22 | 11 | 147 | 41 | 33 |
| Octal | 323 | 61 | 213 | 0 | 115 | 42 | 21 | 507 | 101 | 63 |
| Binary | 11010011 | 110001 | 10001011 | 0 | 1001101 | 100010 | 10001 | 101000111 | 1000001 | 110011 |
Color Harmonies of #D3318B
Complementary color
Monochromatic Colors of #D3318B
Black with #D3318B
Text Example
Text Example
White with #D3318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3318B; }
p { color: rgb(211,49,139); }
H1.HeaderClassName
{
color: #D3318B;
}
.AnyTagClassName
{
color: #D3318B;
}
</style>
background-color css
<style>
a { background-color: #D3318B; }
a { background-color: rgb(211,49,139); }
div.DivClassName
{
background-color: #D3318B;
}
.BgClassName
{
background-color: #D3318B;
}
</style>
border-color css
<style>
span { border-color: #D3318B; }
span { border-color: rgb(211,49,139); }
td.TdClassName
{
border-color: #D3318B;
}
.TagClassName
{
border-color: #D3318B;
}
</style>