Shades of Deep Cerise #D9359B
Tints of Deep Cerise #D9359B
RGB
CMYK
RGB Variations
Color information
#D9359B (or 0xD9359B) is known color: Deep Cerise. HEX triplet: D9, 35 and 9B. RGB value is (217,53,155). Sum of RGB (Red+Green+Blue) = 217+53+155=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D9359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9359B is #26CA64. Grayscale: #717171. Windows color (decimal): -2542181 or 10171865. OLE color: 10171865.
HSL color Cylindrical-coordinate representation of color #D9359B: hue angle of 322.68º 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 #D9359B is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 53 | 155 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.15 |
| HSL | 322.68º | 0.68% | 0.53% | - |
| HSV(B) | 322.68º | 0.76% | 0.85% | - |
| XYZ | 35.8 | 19.66 | 32.92 | - |
| YUV | 113.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 53 | 155 | 0 | 0.76 | 0.29 | 0.15 | 322.68 | 0.68 | 0.53 |
| Hex | D9 | 35 | 9B | 0 | 4C | 1D | F | 143 | 44 | 35 |
| Octal | 331 | 65 | 233 | 0 | 114 | 35 | 17 | 503 | 104 | 65 |
| Binary | 11011001 | 110101 | 10011011 | 0 | 1001100 | 11101 | 1111 | 101000011 | 1000100 | 110101 |
Color Harmonies of #D9359B
Complementary color
Monochromatic Colors of #D9359B
Black with #D9359B
Text Example
Text Example
White with #D9359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9359B; }
p { color: rgb(217,53,155); }
H1.HeaderClassName
{
color: #D9359B;
}
.AnyTagClassName
{
color: #D9359B;
}
</style>
background-color css
<style>
a { background-color: #D9359B; }
a { background-color: rgb(217,53,155); }
div.DivClassName
{
background-color: #D9359B;
}
.BgClassName
{
background-color: #D9359B;
}
</style>
border-color css
<style>
span { border-color: #D9359B; }
span { border-color: rgb(217,53,155); }
td.TdClassName
{
border-color: #D9359B;
}
.TagClassName
{
border-color: #D9359B;
}
</style>