Shades of Deep Cerise #D83A9C
Tints of Deep Cerise #D83A9C
RGB
CMYK
RGB Variations
Color information
#D83A9C (or 0xD83A9C) is known color: Deep Cerise. HEX triplet: D8, 3A and 9C. RGB value is (216,58,156). Sum of RGB (Red+Green+Blue) = 216+58+156=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83A9C is #27C563. Grayscale: #747474. Windows color (decimal): -2606436 or 10238680. OLE color: 10238680.
HSL color Cylindrical-coordinate representation of color #D83A9C: hue angle of 322.78º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83A9C is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 156 | - |
| CMYK | 0 | 0.73 | 0.28 | 0.15 |
| HSL | 322.78º | 0.67% | 0.54% | - |
| HSV(B) | 322.78º | 0.73% | 0.85% | - |
| XYZ | 35.83 | 20.03 | 33.43 | - |
| YUV | 116.41 | 150.35 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 156 | 0 | 0.73 | 0.28 | 0.15 | 322.78 | 0.67 | 0.54 |
| Hex | D8 | 3A | 9C | 0 | 49 | 1C | F | 143 | 43 | 36 |
| Octal | 330 | 72 | 234 | 0 | 111 | 34 | 17 | 503 | 103 | 66 |
| Binary | 11011000 | 111010 | 10011100 | 0 | 1001001 | 11100 | 1111 | 101000011 | 1000011 | 110110 |
Color Harmonies of #D83A9C
Complementary color
Monochromatic Colors of #D83A9C
Black with #D83A9C
Text Example
Text Example
White with #D83A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A9C; }
p { color: rgb(216,58,156); }
H1.HeaderClassName
{
color: #D83A9C;
}
.AnyTagClassName
{
color: #D83A9C;
}
</style>
background-color css
<style>
a { background-color: #D83A9C; }
a { background-color: rgb(216,58,156); }
div.DivClassName
{
background-color: #D83A9C;
}
.BgClassName
{
background-color: #D83A9C;
}
</style>
border-color css
<style>
span { border-color: #D83A9C; }
span { border-color: rgb(216,58,156); }
td.TdClassName
{
border-color: #D83A9C;
}
.TagClassName
{
border-color: #D83A9C;
}
</style>