Shades of Deep Cerise #D83DA0
Tints of Deep Cerise #D83DA0
RGB
CMYK
RGB Variations
Color information
#D83DA0 (or 0xD83DA0) is known color: Deep Cerise. HEX triplet: D8, 3D and A0. RGB value is (216,61,160). Sum of RGB (Red+Green+Blue) = 216+61+160=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83DA0 is #27C25F. Grayscale: #767676. Windows color (decimal): -2605664 or 10501592. OLE color: 10501592.
HSL color Cylindrical-coordinate representation of color #D83DA0: hue angle of 321.68º 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 #D83DA0 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 160 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.15 |
| HSL | 321.68º | 0.67% | 0.54% | - |
| HSV(B) | 321.68º | 0.72% | 0.85% | - |
| XYZ | 36.33 | 20.47 | 35.29 | - |
| YUV | 118.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 160 | 0 | 0.72 | 0.26 | 0.15 | 321.68 | 0.67 | 0.54 |
| Hex | D8 | 3D | A0 | 0 | 48 | 1A | F | 142 | 43 | 36 |
| Octal | 330 | 75 | 240 | 0 | 110 | 32 | 17 | 502 | 103 | 66 |
| Binary | 11011000 | 111101 | 10100000 | 0 | 1001000 | 11010 | 1111 | 101000010 | 1000011 | 110110 |
Color Harmonies of #D83DA0
Complementary color
Monochromatic Colors of #D83DA0
Black with #D83DA0
Text Example
Text Example
White with #D83DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83DA0; }
p { color: rgb(216,61,160); }
H1.HeaderClassName
{
color: #D83DA0;
}
.AnyTagClassName
{
color: #D83DA0;
}
</style>
background-color css
<style>
a { background-color: #D83DA0; }
a { background-color: rgb(216,61,160); }
div.DivClassName
{
background-color: #D83DA0;
}
.BgClassName
{
background-color: #D83DA0;
}
</style>
border-color css
<style>
span { border-color: #D83DA0; }
span { border-color: rgb(216,61,160); }
td.TdClassName
{
border-color: #D83DA0;
}
.TagClassName
{
border-color: #D83DA0;
}
</style>