Shades of Deep Cerise #D130AC
Tints of Deep Cerise #D130AC
RGB
CMYK
RGB Variations
Color information
#D130AC (or 0xD130AC) is known color: Deep Cerise. HEX triplet: D1, 30 and AC. RGB value is (209,48,172). Sum of RGB (Red+Green+Blue) = 209+48+172=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D130AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130AC is #2ECF53. Grayscale: #6D6D6D. Windows color (decimal): -3067732 or 11284689. OLE color: 11284689.
HSL color Cylindrical-coordinate representation of color #D130AC: hue angle of 313.79º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D130AC is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 172 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.18 |
| HSL | 313.79º | 0.64% | 0.5% | - |
| HSV(B) | 313.79º | 0.77% | 0.82% | - |
| XYZ | 34.8 | 18.65 | 40.8 | - |
| YUV | 110.28 | 162.84 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 172 | 0 | 0.77 | 0.18 | 0.18 | 313.79 | 0.64 | 0.5 |
| Hex | D1 | 30 | AC | 0 | 4D | 12 | 12 | 13A | 40 | 32 |
| Octal | 321 | 60 | 254 | 0 | 115 | 22 | 22 | 472 | 100 | 62 |
| Binary | 11010001 | 110000 | 10101100 | 0 | 1001101 | 10010 | 10010 | 100111010 | 1000000 | 110010 |
Color Harmonies of #D130AC
Complementary color
Monochromatic Colors of #D130AC
Black with #D130AC
Text Example
Text Example
White with #D130AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130AC; }
p { color: rgb(209,48,172); }
H1.HeaderClassName
{
color: #D130AC;
}
.AnyTagClassName
{
color: #D130AC;
}
</style>
background-color css
<style>
a { background-color: #D130AC; }
a { background-color: rgb(209,48,172); }
div.DivClassName
{
background-color: #D130AC;
}
.BgClassName
{
background-color: #D130AC;
}
</style>
border-color css
<style>
span { border-color: #D130AC; }
span { border-color: rgb(209,48,172); }
td.TdClassName
{
border-color: #D130AC;
}
.TagClassName
{
border-color: #D130AC;
}
</style>