Shades of Deep Cerise #D830A1
Tints of Deep Cerise #D830A1
RGB
CMYK
RGB Variations
Color information
#D830A1 (or 0xD830A1) is known color: Deep Cerise. HEX triplet: D8, 30 and A1. RGB value is (216,48,161). Sum of RGB (Red+Green+Blue) = 216+48+161=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D830A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D830A1 is #27CF5E. Grayscale: #6E6E6E. Windows color (decimal): -2608991 or 10563800. OLE color: 10563800.
HSL color Cylindrical-coordinate representation of color #D830A1: hue angle of 319.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D830A1 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 161 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.15 |
| HSL | 319.64º | 0.68% | 0.52% | - |
| HSV(B) | 319.64º | 0.78% | 0.85% | - |
| XYZ | 35.81 | 19.29 | 35.55 | - |
| YUV | 111.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 161 | 0 | 0.78 | 0.25 | 0.15 | 319.64 | 0.68 | 0.52 |
| Hex | D8 | 30 | A1 | 0 | 4E | 19 | F | 140 | 44 | 34 |
| Octal | 330 | 60 | 241 | 0 | 116 | 31 | 17 | 500 | 104 | 64 |
| Binary | 11011000 | 110000 | 10100001 | 0 | 1001110 | 11001 | 1111 | 101000000 | 1000100 | 110100 |
Color Harmonies of #D830A1
Complementary color
Monochromatic Colors of #D830A1
Black with #D830A1
Text Example
Text Example
White with #D830A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D830A1; }
p { color: rgb(216,48,161); }
H1.HeaderClassName
{
color: #D830A1;
}
.AnyTagClassName
{
color: #D830A1;
}
</style>
background-color css
<style>
a { background-color: #D830A1; }
a { background-color: rgb(216,48,161); }
div.DivClassName
{
background-color: #D830A1;
}
.BgClassName
{
background-color: #D830A1;
}
</style>
border-color css
<style>
span { border-color: #D830A1; }
span { border-color: rgb(216,48,161); }
td.TdClassName
{
border-color: #D830A1;
}
.TagClassName
{
border-color: #D830A1;
}
</style>