Shades of Deep Cerise #D031A1
Tints of Deep Cerise #D031A1
RGB
CMYK
RGB Variations
Color information
#D031A1 (or 0xD031A1) is known color: Deep Cerise. HEX triplet: D0, 31 and A1. RGB value is (208,49,161). Sum of RGB (Red+Green+Blue) = 208+49+161=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D031A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D031A1 is #2FCE5E. Grayscale: #6D6D6D. Windows color (decimal): -3133023 or 10564048. OLE color: 10564048.
HSL color Cylindrical-coordinate representation of color #D031A1: hue angle of 317.74º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D031A1 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 161 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.18 |
| HSL | 317.74º | 0.63% | 0.5% | - |
| HSV(B) | 317.74º | 0.76% | 0.82% | - |
| XYZ | 33.54 | 18.18 | 35.46 | - |
| YUV | 109.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 161 | 0 | 0.76 | 0.23 | 0.18 | 317.74 | 0.63 | 0.5 |
| Hex | D0 | 31 | A1 | 0 | 4C | 17 | 12 | 13E | 3F | 32 |
| Octal | 320 | 61 | 241 | 0 | 114 | 27 | 22 | 476 | 77 | 62 |
| Binary | 11010000 | 110001 | 10100001 | 0 | 1001100 | 10111 | 10010 | 100111110 | 111111 | 110010 |
Color Harmonies of #D031A1
Complementary color
Monochromatic Colors of #D031A1
Black with #D031A1
Text Example
Text Example
White with #D031A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031A1; }
p { color: rgb(208,49,161); }
H1.HeaderClassName
{
color: #D031A1;
}
.AnyTagClassName
{
color: #D031A1;
}
</style>
background-color css
<style>
a { background-color: #D031A1; }
a { background-color: rgb(208,49,161); }
div.DivClassName
{
background-color: #D031A1;
}
.BgClassName
{
background-color: #D031A1;
}
</style>
border-color css
<style>
span { border-color: #D031A1; }
span { border-color: rgb(208,49,161); }
td.TdClassName
{
border-color: #D031A1;
}
.TagClassName
{
border-color: #D031A1;
}
</style>