Shades of Deep Cerise #D84385
Tints of Deep Cerise #D84385
RGB
CMYK
RGB Variations
Color information
#D84385 (or 0xD84385) is known color: Deep Cerise. HEX triplet: D8, 43 and 85. RGB value is (216,67,133). Sum of RGB (Red+Green+Blue) = 216+67+133=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D84385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D84385 is #27BC7A. Grayscale: #767676. Windows color (decimal): -2604155 or 8733656. OLE color: 8733656.
HSL color Cylindrical-coordinate representation of color #D84385: hue angle of 333.42º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84385 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 133 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.15 |
| HSL | 333.42º | 0.66% | 0.55% | - |
| HSV(B) | 333.42º | 0.69% | 0.85% | - |
| XYZ | 34.56 | 20.31 | 24.29 | - |
| YUV | 119.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 133 | 0 | 0.69 | 0.38 | 0.15 | 333.42 | 0.66 | 0.55 |
| Hex | D8 | 43 | 85 | 0 | 45 | 26 | F | 14D | 42 | 37 |
| Octal | 330 | 103 | 205 | 0 | 105 | 46 | 17 | 515 | 102 | 67 |
| Binary | 11011000 | 1000011 | 10000101 | 0 | 1000101 | 100110 | 1111 | 101001101 | 1000010 | 110111 |
Color Harmonies of #D84385
Complementary color
Monochromatic Colors of #D84385
Black with #D84385
Text Example
Text Example
White with #D84385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84385; }
p { color: rgb(216,67,133); }
H1.HeaderClassName
{
color: #D84385;
}
.AnyTagClassName
{
color: #D84385;
}
</style>
background-color css
<style>
a { background-color: #D84385; }
a { background-color: rgb(216,67,133); }
div.DivClassName
{
background-color: #D84385;
}
.BgClassName
{
background-color: #D84385;
}
</style>
border-color css
<style>
span { border-color: #D84385; }
span { border-color: rgb(216,67,133); }
td.TdClassName
{
border-color: #D84385;
}
.TagClassName
{
border-color: #D84385;
}
</style>