Shades of Deep Cerise #D9347A
Tints of Deep Cerise #D9347A
RGB
CMYK
RGB Variations
Color information
#D9347A (or 0xD9347A) is known color: Deep Cerise. HEX triplet: D9, 34 and 7A. RGB value is (217,52,122). Sum of RGB (Red+Green+Blue) = 217+52+122=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9347A is #26CB85. Grayscale: #6D6D6D. Windows color (decimal): -2542470 or 8008921. OLE color: 8008921.
HSL color Cylindrical-coordinate representation of color #D9347A: hue angle of 334.55º degrees, saturation: 0.68, 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 #D9347A is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 52 | 122 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.15 |
| HSL | 334.55º | 0.68% | 0.53% | - |
| HSV(B) | 334.55º | 0.76% | 0.85% | - |
| XYZ | 33.36 | 18.61 | 20.25 | - |
| YUV | 109.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 52 | 122 | 0 | 0.76 | 0.44 | 0.15 | 334.55 | 0.68 | 0.53 |
| Hex | D9 | 34 | 7A | 0 | 4C | 2C | F | 14F | 44 | 35 |
| Octal | 331 | 64 | 172 | 0 | 114 | 54 | 17 | 517 | 104 | 65 |
| Binary | 11011001 | 110100 | 1111010 | 0 | 1001100 | 101100 | 1111 | 101001111 | 1000100 | 110101 |
Color Harmonies of #D9347A
Complementary color
Monochromatic Colors of #D9347A
Black with #D9347A
Text Example
Text Example
White with #D9347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9347A; }
p { color: rgb(217,52,122); }
H1.HeaderClassName
{
color: #D9347A;
}
.AnyTagClassName
{
color: #D9347A;
}
</style>
background-color css
<style>
a { background-color: #D9347A; }
a { background-color: rgb(217,52,122); }
div.DivClassName
{
background-color: #D9347A;
}
.BgClassName
{
background-color: #D9347A;
}
</style>
border-color css
<style>
span { border-color: #D9347A; }
span { border-color: rgb(217,52,122); }
td.TdClassName
{
border-color: #D9347A;
}
.TagClassName
{
border-color: #D9347A;
}
</style>