Shades of Deep Cerise #D130AE
Tints of Deep Cerise #D130AE
RGB
CMYK
RGB Variations
Color information
#D130AE (or 0xD130AE) is known color: Deep Cerise. HEX triplet: D1, 30 and AE. RGB value is (209,48,174). Sum of RGB (Red+Green+Blue) = 209+48+174=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D130AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D130AE is #2ECF51. Grayscale: #6E6E6E. Windows color (decimal): -3067730 or 11415761. OLE color: 11415761.
HSL color Cylindrical-coordinate representation of color #D130AE: hue angle of 313.04º 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 #D130AE is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 174 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.18 |
| HSL | 313.04º | 0.64% | 0.5% | - |
| HSV(B) | 313.04º | 0.77% | 0.82% | - |
| XYZ | 34.99 | 18.73 | 41.81 | - |
| YUV | 110.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 174 | 0 | 0.77 | 0.17 | 0.18 | 313.04 | 0.64 | 0.5 |
| Hex | D1 | 30 | AE | 0 | 4D | 11 | 12 | 139 | 40 | 32 |
| Octal | 321 | 60 | 256 | 0 | 115 | 21 | 22 | 471 | 100 | 62 |
| Binary | 11010001 | 110000 | 10101110 | 0 | 1001101 | 10001 | 10010 | 100111001 | 1000000 | 110010 |
Color Harmonies of #D130AE
Complementary color
Monochromatic Colors of #D130AE
Black with #D130AE
Text Example
Text Example
White with #D130AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D130AE; }
p { color: rgb(209,48,174); }
H1.HeaderClassName
{
color: #D130AE;
}
.AnyTagClassName
{
color: #D130AE;
}
</style>
background-color css
<style>
a { background-color: #D130AE; }
a { background-color: rgb(209,48,174); }
div.DivClassName
{
background-color: #D130AE;
}
.BgClassName
{
background-color: #D130AE;
}
</style>
border-color css
<style>
span { border-color: #D130AE; }
span { border-color: rgb(209,48,174); }
td.TdClassName
{
border-color: #D130AE;
}
.TagClassName
{
border-color: #D130AE;
}
</style>