Shades of Deep Cerise #D8357B
Tints of Deep Cerise #D8357B
RGB
CMYK
RGB Variations
Color information
#D8357B (or 0xD8357B) is known color: Deep Cerise. HEX triplet: D8, 35 and 7B. RGB value is (216,53,123). Sum of RGB (Red+Green+Blue) = 216+53+123=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8357B is #27CA84. Grayscale: #6D6D6D. Windows color (decimal): -2607749 or 8074712. OLE color: 8074712.
HSL color Cylindrical-coordinate representation of color #D8357B: hue angle of 334.23º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8357B is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 123 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.15 |
| HSL | 334.23º | 0.68% | 0.53% | - |
| HSV(B) | 334.23º | 0.75% | 0.85% | - |
| XYZ | 33.17 | 18.58 | 20.58 | - |
| YUV | 109.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 123 | 0 | 0.75 | 0.43 | 0.15 | 334.23 | 0.68 | 0.53 |
| Hex | D8 | 35 | 7B | 0 | 4B | 2B | F | 14E | 44 | 35 |
| Octal | 330 | 65 | 173 | 0 | 113 | 53 | 17 | 516 | 104 | 65 |
| Binary | 11011000 | 110101 | 1111011 | 0 | 1001011 | 101011 | 1111 | 101001110 | 1000100 | 110101 |
Color Harmonies of #D8357B
Complementary color
Monochromatic Colors of #D8357B
Black with #D8357B
Text Example
Text Example
White with #D8357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8357B; }
p { color: rgb(216,53,123); }
H1.HeaderClassName
{
color: #D8357B;
}
.AnyTagClassName
{
color: #D8357B;
}
</style>
background-color css
<style>
a { background-color: #D8357B; }
a { background-color: rgb(216,53,123); }
div.DivClassName
{
background-color: #D8357B;
}
.BgClassName
{
background-color: #D8357B;
}
</style>
border-color css
<style>
span { border-color: #D8357B; }
span { border-color: rgb(216,53,123); }
td.TdClassName
{
border-color: #D8357B;
}
.TagClassName
{
border-color: #D8357B;
}
</style>