Shades of Deep Cerise #D431A1
Tints of Deep Cerise #D431A1
RGB
CMYK
RGB Variations
Color information
#D431A1 (or 0xD431A1) is known color: Deep Cerise. HEX triplet: D4, 31 and A1. RGB value is (212,49,161). Sum of RGB (Red+Green+Blue) = 212+49+161=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D431A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D431A1 is #2BCE5E. Grayscale: #6E6E6E. Windows color (decimal): -2870879 or 10564052. OLE color: 10564052.
HSL color Cylindrical-coordinate representation of color #D431A1: hue angle of 318.77º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D431A1 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 161 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.17 |
| HSL | 318.77º | 0.65% | 0.51% | - |
| HSV(B) | 318.77º | 0.77% | 0.83% | - |
| XYZ | 34.68 | 18.77 | 35.51 | - |
| YUV | 110.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 161 | 0 | 0.77 | 0.24 | 0.17 | 318.77 | 0.65 | 0.51 |
| Hex | D4 | 31 | A1 | 0 | 4D | 18 | 11 | 13F | 41 | 33 |
| Octal | 324 | 61 | 241 | 0 | 115 | 30 | 21 | 477 | 101 | 63 |
| Binary | 11010100 | 110001 | 10100001 | 0 | 1001101 | 11000 | 10001 | 100111111 | 1000001 | 110011 |
Color Harmonies of #D431A1
Complementary color
Monochromatic Colors of #D431A1
Black with #D431A1
Text Example
Text Example
White with #D431A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431A1; }
p { color: rgb(212,49,161); }
H1.HeaderClassName
{
color: #D431A1;
}
.AnyTagClassName
{
color: #D431A1;
}
</style>
background-color css
<style>
a { background-color: #D431A1; }
a { background-color: rgb(212,49,161); }
div.DivClassName
{
background-color: #D431A1;
}
.BgClassName
{
background-color: #D431A1;
}
</style>
border-color css
<style>
span { border-color: #D431A1; }
span { border-color: rgb(212,49,161); }
td.TdClassName
{
border-color: #D431A1;
}
.TagClassName
{
border-color: #D431A1;
}
</style>