Shades of Deep Cerise #D83375
Tints of Deep Cerise #D83375
RGB
CMYK
RGB Variations
Color information
#D83375 (or 0xD83375) is known color: Deep Cerise. HEX triplet: D8, 33 and 75. RGB value is (216,51,117). Sum of RGB (Red+Green+Blue) = 216+51+117=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D83375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83375 is #27CC8A. Grayscale: #6B6B6B. Windows color (decimal): -2608267 or 7680984. OLE color: 7680984.
HSL color Cylindrical-coordinate representation of color #D83375: hue angle of 336º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83375 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 117 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.15 |
| HSL | 336º | 0.68% | 0.52% | - |
| HSV(B) | 336º | 0.76% | 0.85% | - |
| XYZ | 32.71 | 18.25 | 18.63 | - |
| YUV | 107.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 117 | 0 | 0.76 | 0.46 | 0.15 | 336 | 0.68 | 0.52 |
| Hex | D8 | 33 | 75 | 0 | 4C | 2E | F | 150 | 44 | 34 |
| Octal | 330 | 63 | 165 | 0 | 114 | 56 | 17 | 520 | 104 | 64 |
| Binary | 11011000 | 110011 | 1110101 | 0 | 1001100 | 101110 | 1111 | 101010000 | 1000100 | 110100 |
Color Harmonies of #D83375
Complementary color
Monochromatic Colors of #D83375
Black with #D83375
Text Example
Text Example
White with #D83375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83375; }
p { color: rgb(216,51,117); }
H1.HeaderClassName
{
color: #D83375;
}
.AnyTagClassName
{
color: #D83375;
}
</style>
background-color css
<style>
a { background-color: #D83375; }
a { background-color: rgb(216,51,117); }
div.DivClassName
{
background-color: #D83375;
}
.BgClassName
{
background-color: #D83375;
}
</style>
border-color css
<style>
span { border-color: #D83375; }
span { border-color: rgb(216,51,117); }
td.TdClassName
{
border-color: #D83375;
}
.TagClassName
{
border-color: #D83375;
}
</style>