Shades of Deep Cerise #D83DA4
Tints of Deep Cerise #D83DA4
RGB
CMYK
RGB Variations
Color information
#D83DA4 (or 0xD83DA4) is known color: Deep Cerise. HEX triplet: D8, 3D and A4. RGB value is (216,61,164). Sum of RGB (Red+Green+Blue) = 216+61+164=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D83DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D83DA4 is #27C25B. Grayscale: #767676. Windows color (decimal): -2605660 or 10763736. OLE color: 10763736.
HSL color Cylindrical-coordinate representation of color #D83DA4: hue angle of 320.13º 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 #D83DA4 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 164 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.15 |
| HSL | 320.13º | 0.67% | 0.54% | - |
| HSV(B) | 320.13º | 0.72% | 0.85% | - |
| XYZ | 36.69 | 20.62 | 37.17 | - |
| YUV | 119.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 164 | 0 | 0.72 | 0.24 | 0.15 | 320.13 | 0.67 | 0.54 |
| Hex | D8 | 3D | A4 | 0 | 48 | 18 | F | 140 | 43 | 36 |
| Octal | 330 | 75 | 244 | 0 | 110 | 30 | 17 | 500 | 103 | 66 |
| Binary | 11011000 | 111101 | 10100100 | 0 | 1001000 | 11000 | 1111 | 101000000 | 1000011 | 110110 |
Color Harmonies of #D83DA4
Complementary color
Monochromatic Colors of #D83DA4
Black with #D83DA4
Text Example
Text Example
White with #D83DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83DA4; }
p { color: rgb(216,61,164); }
H1.HeaderClassName
{
color: #D83DA4;
}
.AnyTagClassName
{
color: #D83DA4;
}
</style>
background-color css
<style>
a { background-color: #D83DA4; }
a { background-color: rgb(216,61,164); }
div.DivClassName
{
background-color: #D83DA4;
}
.BgClassName
{
background-color: #D83DA4;
}
</style>
border-color css
<style>
span { border-color: #D83DA4; }
span { border-color: rgb(216,61,164); }
td.TdClassName
{
border-color: #D83DA4;
}
.TagClassName
{
border-color: #D83DA4;
}
</style>