Shades of Deep Cerise #D83C97
Tints of Deep Cerise #D83C97
RGB
CMYK
RGB Variations
Color information
#D83C97 (or 0xD83C97) is known color: Deep Cerise. HEX triplet: D8, 3C and 97. RGB value is (216,60,151). Sum of RGB (Red+Green+Blue) = 216+60+151=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83C97 is #27C368. Grayscale: #747474. Windows color (decimal): -2605929 or 9911512. OLE color: 9911512.
HSL color Cylindrical-coordinate representation of color #D83C97: hue angle of 325º 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 #D83C97 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 151 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.15 |
| HSL | 325º | 0.67% | 0.54% | - |
| HSV(B) | 325º | 0.72% | 0.85% | - |
| XYZ | 35.52 | 20.07 | 31.28 | - |
| YUV | 117.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 151 | 0 | 0.72 | 0.30 | 0.15 | 325 | 0.67 | 0.54 |
| Hex | D8 | 3C | 97 | 0 | 48 | 1E | F | 145 | 43 | 36 |
| Octal | 330 | 74 | 227 | 0 | 110 | 36 | 17 | 505 | 103 | 66 |
| Binary | 11011000 | 111100 | 10010111 | 0 | 1001000 | 11110 | 1111 | 101000101 | 1000011 | 110110 |
Color Harmonies of #D83C97
Complementary color
Monochromatic Colors of #D83C97
Black with #D83C97
Text Example
Text Example
White with #D83C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C97; }
p { color: rgb(216,60,151); }
H1.HeaderClassName
{
color: #D83C97;
}
.AnyTagClassName
{
color: #D83C97;
}
</style>
background-color css
<style>
a { background-color: #D83C97; }
a { background-color: rgb(216,60,151); }
div.DivClassName
{
background-color: #D83C97;
}
.BgClassName
{
background-color: #D83C97;
}
</style>
border-color css
<style>
span { border-color: #D83C97; }
span { border-color: rgb(216,60,151); }
td.TdClassName
{
border-color: #D83C97;
}
.TagClassName
{
border-color: #D83C97;
}
</style>