Shades of Deep Cerise #D3378B
Tints of Deep Cerise #D3378B
RGB
CMYK
RGB Variations
Color information
#D3378B (or 0xD3378B) is known color: Deep Cerise. HEX triplet: D3, 37 and 8B. RGB value is (211,55,139). Sum of RGB (Red+Green+Blue) = 211+55+139=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3378B is #2CC874. Grayscale: #6F6F6F. Windows color (decimal): -2934901 or 9123795. OLE color: 9123795.
HSL color Cylindrical-coordinate representation of color #D3378B: hue angle of 327.69º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3378B is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 139 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.17 |
| HSL | 327.69º | 0.64% | 0.52% | - |
| HSV(B) | 327.69º | 0.74% | 0.83% | - |
| XYZ | 32.89 | 18.45 | 26.25 | - |
| YUV | 111.22 | 143.68 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 139 | 0 | 0.74 | 0.34 | 0.17 | 327.69 | 0.64 | 0.52 |
| Hex | D3 | 37 | 8B | 0 | 4A | 22 | 11 | 148 | 40 | 34 |
| Octal | 323 | 67 | 213 | 0 | 112 | 42 | 21 | 510 | 100 | 64 |
| Binary | 11010011 | 110111 | 10001011 | 0 | 1001010 | 100010 | 10001 | 101001000 | 1000000 | 110100 |
Color Harmonies of #D3378B
Complementary color
Monochromatic Colors of #D3378B
Black with #D3378B
Text Example
Text Example
White with #D3378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3378B; }
p { color: rgb(211,55,139); }
H1.HeaderClassName
{
color: #D3378B;
}
.AnyTagClassName
{
color: #D3378B;
}
</style>
background-color css
<style>
a { background-color: #D3378B; }
a { background-color: rgb(211,55,139); }
div.DivClassName
{
background-color: #D3378B;
}
.BgClassName
{
background-color: #D3378B;
}
</style>
border-color css
<style>
span { border-color: #D3378B; }
span { border-color: rgb(211,55,139); }
td.TdClassName
{
border-color: #D3378B;
}
.TagClassName
{
border-color: #D3378B;
}
</style>