Shades of Deep Cerise #D531A1
Tints of Deep Cerise #D531A1
RGB
CMYK
RGB Variations
Color information
#D531A1 (or 0xD531A1) is known color: Deep Cerise. HEX triplet: D5, 31 and A1. RGB value is (213,49,161). Sum of RGB (Red+Green+Blue) = 213+49+161=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D531A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D531A1 is #2ACE5E. Grayscale: #6E6E6E. Windows color (decimal): -2805343 or 10564053. OLE color: 10564053.
HSL color Cylindrical-coordinate representation of color #D531A1: hue angle of 319.02º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D531A1 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 161 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.16 |
| HSL | 319.02º | 0.66% | 0.51% | - |
| HSV(B) | 319.02º | 0.77% | 0.84% | - |
| XYZ | 34.97 | 18.92 | 35.53 | - |
| YUV | 110.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 161 | 0 | 0.77 | 0.24 | 0.16 | 319.02 | 0.66 | 0.51 |
| Hex | D5 | 31 | A1 | 0 | 4D | 18 | 10 | 13F | 42 | 33 |
| Octal | 325 | 61 | 241 | 0 | 115 | 30 | 20 | 477 | 102 | 63 |
| Binary | 11010101 | 110001 | 10100001 | 0 | 1001101 | 11000 | 10000 | 100111111 | 1000010 | 110011 |
Color Harmonies of #D531A1
Complementary color
Monochromatic Colors of #D531A1
Black with #D531A1
Text Example
Text Example
White with #D531A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531A1; }
p { color: rgb(213,49,161); }
H1.HeaderClassName
{
color: #D531A1;
}
.AnyTagClassName
{
color: #D531A1;
}
</style>
background-color css
<style>
a { background-color: #D531A1; }
a { background-color: rgb(213,49,161); }
div.DivClassName
{
background-color: #D531A1;
}
.BgClassName
{
background-color: #D531A1;
}
</style>
border-color css
<style>
span { border-color: #D531A1; }
span { border-color: rgb(213,49,161); }
td.TdClassName
{
border-color: #D531A1;
}
.TagClassName
{
border-color: #D531A1;
}
</style>