Shades of Deep Cerise #D3397B
Tints of Deep Cerise #D3397B
RGB
CMYK
RGB Variations
Color information
#D3397B (or 0xD3397B) is known color: Deep Cerise. HEX triplet: D3, 39 and 7B. RGB value is (211,57,123). Sum of RGB (Red+Green+Blue) = 211+57+123=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D3397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3397B is #2CC684. Grayscale: #6E6E6E. Windows color (decimal): -2934405 or 8075731. OLE color: 8075731.
HSL color Cylindrical-coordinate representation of color #D3397B: hue angle of 334.29º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3397B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 57 | 123 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.17 |
| HSL | 334.29º | 0.64% | 0.53% | - |
| HSV(B) | 334.29º | 0.73% | 0.83% | - |
| XYZ | 31.9 | 18.21 | 20.57 | - |
| YUV | 110.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 57 | 123 | 0 | 0.73 | 0.42 | 0.17 | 334.29 | 0.64 | 0.53 |
| Hex | D3 | 39 | 7B | 0 | 49 | 2A | 11 | 14E | 40 | 35 |
| Octal | 323 | 71 | 173 | 0 | 111 | 52 | 21 | 516 | 100 | 65 |
| Binary | 11010011 | 111001 | 1111011 | 0 | 1001001 | 101010 | 10001 | 101001110 | 1000000 | 110101 |
Color Harmonies of #D3397B
Complementary color
Monochromatic Colors of #D3397B
Black with #D3397B
Text Example
Text Example
White with #D3397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3397B; }
p { color: rgb(211,57,123); }
H1.HeaderClassName
{
color: #D3397B;
}
.AnyTagClassName
{
color: #D3397B;
}
</style>
background-color css
<style>
a { background-color: #D3397B; }
a { background-color: rgb(211,57,123); }
div.DivClassName
{
background-color: #D3397B;
}
.BgClassName
{
background-color: #D3397B;
}
</style>
border-color css
<style>
span { border-color: #D3397B; }
span { border-color: rgb(211,57,123); }
td.TdClassName
{
border-color: #D3397B;
}
.TagClassName
{
border-color: #D3397B;
}
</style>