Shades of Deep Cerise #D126A1
Tints of Deep Cerise #D126A1
RGB
CMYK
RGB Variations
Color information
#D126A1 (or 0xD126A1) is known color: Deep Cerise. HEX triplet: D1, 26 and A1. RGB value is (209,38,161). Sum of RGB (Red+Green+Blue) = 209+38+161=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D126A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D126A1 is #2ED95E. Grayscale: #666666. Windows color (decimal): -3070303 or 10561233. OLE color: 10561233.
HSL color Cylindrical-coordinate representation of color #D126A1: hue angle of 316.84º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D126A1 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 161 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.18 |
| HSL | 316.84º | 0.69% | 0.48% | - |
| HSV(B) | 316.84º | 0.82% | 0.82% | - |
| XYZ | 33.42 | 17.51 | 35.34 | - |
| YUV | 103.15 | 160.65 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 161 | 0 | 0.82 | 0.23 | 0.18 | 316.84 | 0.69 | 0.48 |
| Hex | D1 | 26 | A1 | 0 | 52 | 17 | 12 | 13D | 45 | 30 |
| Octal | 321 | 46 | 241 | 0 | 122 | 27 | 22 | 475 | 105 | 60 |
| Binary | 11010001 | 100110 | 10100001 | 0 | 1010010 | 10111 | 10010 | 100111101 | 1000101 | 110000 |
Color Harmonies of #D126A1
Complementary color
Monochromatic Colors of #D126A1
Black with #D126A1
Text Example
Text Example
White with #D126A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126A1; }
p { color: rgb(209,38,161); }
H1.HeaderClassName
{
color: #D126A1;
}
.AnyTagClassName
{
color: #D126A1;
}
</style>
background-color css
<style>
a { background-color: #D126A1; }
a { background-color: rgb(209,38,161); }
div.DivClassName
{
background-color: #D126A1;
}
.BgClassName
{
background-color: #D126A1;
}
</style>
border-color css
<style>
span { border-color: #D126A1; }
span { border-color: rgb(209,38,161); }
td.TdClassName
{
border-color: #D126A1;
}
.TagClassName
{
border-color: #D126A1;
}
</style>