Shades of Deep Cerise #D83085
Tints of Deep Cerise #D83085
RGB
CMYK
RGB Variations
Color information
#D83085 (or 0xD83085) is known color: Deep Cerise. HEX triplet: D8, 30 and 85. RGB value is (216,48,133). Sum of RGB (Red+Green+Blue) = 216+48+133=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D83085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83085 is #27CF7A. Grayscale: #6B6B6B. Windows color (decimal): -2609019 or 8728792. OLE color: 8728792.
HSL color Cylindrical-coordinate representation of color #D83085: hue angle of 329.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D83085 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 133 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.15 |
| HSL | 329.64º | 0.68% | 0.52% | - |
| HSV(B) | 329.64º | 0.78% | 0.85% | - |
| XYZ | 33.61 | 18.41 | 23.97 | - |
| YUV | 107.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 133 | 0 | 0.78 | 0.38 | 0.15 | 329.64 | 0.68 | 0.52 |
| Hex | D8 | 30 | 85 | 0 | 4E | 26 | F | 14A | 44 | 34 |
| Octal | 330 | 60 | 205 | 0 | 116 | 46 | 17 | 512 | 104 | 64 |
| Binary | 11011000 | 110000 | 10000101 | 0 | 1001110 | 100110 | 1111 | 101001010 | 1000100 | 110100 |
Color Harmonies of #D83085
Complementary color
Monochromatic Colors of #D83085
Black with #D83085
Text Example
Text Example
White with #D83085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83085; }
p { color: rgb(216,48,133); }
H1.HeaderClassName
{
color: #D83085;
}
.AnyTagClassName
{
color: #D83085;
}
</style>
background-color css
<style>
a { background-color: #D83085; }
a { background-color: rgb(216,48,133); }
div.DivClassName
{
background-color: #D83085;
}
.BgClassName
{
background-color: #D83085;
}
</style>
border-color css
<style>
span { border-color: #D83085; }
span { border-color: rgb(216,48,133); }
td.TdClassName
{
border-color: #D83085;
}
.TagClassName
{
border-color: #D83085;
}
</style>