Shades of Deep Cerise #D83D8C
Tints of Deep Cerise #D83D8C
RGB
CMYK
RGB Variations
Color information
#D83D8C (or 0xD83D8C) is known color: Deep Cerise. HEX triplet: D8, 3D and 8C. RGB value is (216,61,140). Sum of RGB (Red+Green+Blue) = 216+61+140=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83D8C is #27C273. Grayscale: #747474. Windows color (decimal): -2605684 or 9190872. OLE color: 9190872.
HSL color Cylindrical-coordinate representation of color #D83D8C: hue angle of 329.42º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83D8C is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 140 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.15 |
| HSL | 329.42º | 0.67% | 0.54% | - |
| HSV(B) | 329.42º | 0.72% | 0.85% | - |
| XYZ | 34.72 | 19.83 | 26.81 | - |
| YUV | 116.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 140 | 0 | 0.72 | 0.35 | 0.15 | 329.42 | 0.67 | 0.54 |
| Hex | D8 | 3D | 8C | 0 | 48 | 23 | F | 149 | 43 | 36 |
| Octal | 330 | 75 | 214 | 0 | 110 | 43 | 17 | 511 | 103 | 66 |
| Binary | 11011000 | 111101 | 10001100 | 0 | 1001000 | 100011 | 1111 | 101001001 | 1000011 | 110110 |
Color Harmonies of #D83D8C
Complementary color
Monochromatic Colors of #D83D8C
Black with #D83D8C
Text Example
Text Example
White with #D83D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D8C; }
p { color: rgb(216,61,140); }
H1.HeaderClassName
{
color: #D83D8C;
}
.AnyTagClassName
{
color: #D83D8C;
}
</style>
background-color css
<style>
a { background-color: #D83D8C; }
a { background-color: rgb(216,61,140); }
div.DivClassName
{
background-color: #D83D8C;
}
.BgClassName
{
background-color: #D83D8C;
}
</style>
border-color css
<style>
span { border-color: #D83D8C; }
span { border-color: rgb(216,61,140); }
td.TdClassName
{
border-color: #D83D8C;
}
.TagClassName
{
border-color: #D83D8C;
}
</style>