Shades of Deep Cerise #D531A8
Tints of Deep Cerise #D531A8
RGB
CMYK
RGB Variations
Color information
#D531A8 (or 0xD531A8) is known color: Deep Cerise. HEX triplet: D5, 31 and A8. RGB value is (213,49,168). Sum of RGB (Red+Green+Blue) = 213+49+168=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D531A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D531A8 is #2ACE57. Grayscale: #6F6F6F. Windows color (decimal): -2805336 or 11022805. OLE color: 11022805.
HSL color Cylindrical-coordinate representation of color #D531A8: hue angle of 316.46º 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 #D531A8 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 168 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.16 |
| HSL | 316.46º | 0.66% | 0.51% | - |
| HSV(B) | 316.46º | 0.77% | 0.84% | - |
| XYZ | 35.61 | 19.17 | 38.87 | - |
| YUV | 111.6 | 159.83 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 168 | 0 | 0.77 | 0.21 | 0.16 | 316.46 | 0.66 | 0.51 |
| Hex | D5 | 31 | A8 | 0 | 4D | 15 | 10 | 13C | 42 | 33 |
| Octal | 325 | 61 | 250 | 0 | 115 | 25 | 20 | 474 | 102 | 63 |
| Binary | 11010101 | 110001 | 10101000 | 0 | 1001101 | 10101 | 10000 | 100111100 | 1000010 | 110011 |
Color Harmonies of #D531A8
Complementary color
Monochromatic Colors of #D531A8
Black with #D531A8
Text Example
Text Example
White with #D531A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531A8; }
p { color: rgb(213,49,168); }
H1.HeaderClassName
{
color: #D531A8;
}
.AnyTagClassName
{
color: #D531A8;
}
</style>
background-color css
<style>
a { background-color: #D531A8; }
a { background-color: rgb(213,49,168); }
div.DivClassName
{
background-color: #D531A8;
}
.BgClassName
{
background-color: #D531A8;
}
</style>
border-color css
<style>
span { border-color: #D531A8; }
span { border-color: rgb(213,49,168); }
td.TdClassName
{
border-color: #D531A8;
}
.TagClassName
{
border-color: #D531A8;
}
</style>