Shades of Deep Cerise #D031AD
Tints of Deep Cerise #D031AD
RGB
CMYK
RGB Variations
Color information
#D031AD (or 0xD031AD) is known color: Deep Cerise. HEX triplet: D0, 31 and AD. RGB value is (208,49,173). Sum of RGB (Red+Green+Blue) = 208+49+173=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D031AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D031AD is #2FCE52. Grayscale: #6E6E6E. Windows color (decimal): -3133011 or 11350480. OLE color: 11350480.
HSL color Cylindrical-coordinate representation of color #D031AD: hue angle of 313.21º 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 #D031AD is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 173 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.18 |
| HSL | 313.21º | 0.63% | 0.5% | - |
| HSV(B) | 313.21º | 0.76% | 0.82% | - |
| XYZ | 34.65 | 18.62 | 41.3 | - |
| YUV | 110.68 | 163.18 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 173 | 0 | 0.76 | 0.17 | 0.18 | 313.21 | 0.63 | 0.5 |
| Hex | D0 | 31 | AD | 0 | 4C | 11 | 12 | 139 | 3F | 32 |
| Octal | 320 | 61 | 255 | 0 | 114 | 21 | 22 | 471 | 77 | 62 |
| Binary | 11010000 | 110001 | 10101101 | 0 | 1001100 | 10001 | 10010 | 100111001 | 111111 | 110010 |
Color Harmonies of #D031AD
Complementary color
Monochromatic Colors of #D031AD
Black with #D031AD
Text Example
Text Example
White with #D031AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031AD; }
p { color: rgb(208,49,173); }
H1.HeaderClassName
{
color: #D031AD;
}
.AnyTagClassName
{
color: #D031AD;
}
</style>
background-color css
<style>
a { background-color: #D031AD; }
a { background-color: rgb(208,49,173); }
div.DivClassName
{
background-color: #D031AD;
}
.BgClassName
{
background-color: #D031AD;
}
</style>
border-color css
<style>
span { border-color: #D031AD; }
span { border-color: rgb(208,49,173); }
td.TdClassName
{
border-color: #D031AD;
}
.TagClassName
{
border-color: #D031AD;
}
</style>