Shades of Deep Cerise #D830AC
Tints of Deep Cerise #D830AC
RGB
CMYK
RGB Variations
Color information
#D830AC (or 0xD830AC) is known color: Deep Cerise. HEX triplet: D8, 30 and AC. RGB value is (216,48,172). Sum of RGB (Red+Green+Blue) = 216+48+172=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D830AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D830AC is #27CF53. Grayscale: #707070. Windows color (decimal): -2608980 or 11284696. OLE color: 11284696.
HSL color Cylindrical-coordinate representation of color #D830AC: hue angle of 315.71º 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 #D830AC is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 172 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.15 |
| HSL | 315.71º | 0.68% | 0.52% | - |
| HSV(B) | 315.71º | 0.78% | 0.85% | - |
| XYZ | 36.82 | 19.69 | 40.89 | - |
| YUV | 112.37 | 161.66 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 172 | 0 | 0.78 | 0.20 | 0.15 | 315.71 | 0.68 | 0.52 |
| Hex | D8 | 30 | AC | 0 | 4E | 14 | F | 13C | 44 | 34 |
| Octal | 330 | 60 | 254 | 0 | 116 | 24 | 17 | 474 | 104 | 64 |
| Binary | 11011000 | 110000 | 10101100 | 0 | 1001110 | 10100 | 1111 | 100111100 | 1000100 | 110100 |
Color Harmonies of #D830AC
Complementary color
Monochromatic Colors of #D830AC
Black with #D830AC
Text Example
Text Example
White with #D830AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D830AC; }
p { color: rgb(216,48,172); }
H1.HeaderClassName
{
color: #D830AC;
}
.AnyTagClassName
{
color: #D830AC;
}
</style>
background-color css
<style>
a { background-color: #D830AC; }
a { background-color: rgb(216,48,172); }
div.DivClassName
{
background-color: #D830AC;
}
.BgClassName
{
background-color: #D830AC;
}
</style>
border-color css
<style>
span { border-color: #D830AC; }
span { border-color: rgb(216,48,172); }
td.TdClassName
{
border-color: #D830AC;
}
.TagClassName
{
border-color: #D830AC;
}
</style>