Shades of Deep Cerise #D9337B
Tints of Deep Cerise #D9337B
RGB
CMYK
RGB Variations
Color information
#D9337B (or 0xD9337B) is known color: Deep Cerise. HEX triplet: D9, 33 and 7B. RGB value is (217,51,123). Sum of RGB (Red+Green+Blue) = 217+51+123=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9337B is #26CC84. Grayscale: #6C6C6C. Windows color (decimal): -2542725 or 8074201. OLE color: 8074201.
HSL color Cylindrical-coordinate representation of color #D9337B: hue angle of 333.98º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9337B is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 51 | 123 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.15 |
| HSL | 333.98º | 0.69% | 0.53% | - |
| HSV(B) | 333.98º | 0.76% | 0.85% | - |
| XYZ | 33.37 | 18.55 | 20.56 | - |
| YUV | 108.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 51 | 123 | 0 | 0.76 | 0.43 | 0.15 | 333.98 | 0.69 | 0.53 |
| Hex | D9 | 33 | 7B | 0 | 4C | 2B | F | 14E | 45 | 35 |
| Octal | 331 | 63 | 173 | 0 | 114 | 53 | 17 | 516 | 105 | 65 |
| Binary | 11011001 | 110011 | 1111011 | 0 | 1001100 | 101011 | 1111 | 101001110 | 1000101 | 110101 |
Color Harmonies of #D9337B
Complementary color
Monochromatic Colors of #D9337B
Black with #D9337B
Text Example
Text Example
White with #D9337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9337B; }
p { color: rgb(217,51,123); }
H1.HeaderClassName
{
color: #D9337B;
}
.AnyTagClassName
{
color: #D9337B;
}
</style>
background-color css
<style>
a { background-color: #D9337B; }
a { background-color: rgb(217,51,123); }
div.DivClassName
{
background-color: #D9337B;
}
.BgClassName
{
background-color: #D9337B;
}
</style>
border-color css
<style>
span { border-color: #D9337B; }
span { border-color: rgb(217,51,123); }
td.TdClassName
{
border-color: #D9337B;
}
.TagClassName
{
border-color: #D9337B;
}
</style>