Shades of Deep Cerise #D331AA
Tints of Deep Cerise #D331AA
RGB
CMYK
RGB Variations
Color information
#D331AA (or 0xD331AA) is known color: Deep Cerise. HEX triplet: D3, 31 and AA. RGB value is (211,49,170). Sum of RGB (Red+Green+Blue) = 211+49+170=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D331AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D331AA is #2CCE55. Grayscale: #6E6E6E. Windows color (decimal): -2936406 or 11153875. OLE color: 11153875.
HSL color Cylindrical-coordinate representation of color #D331AA: hue angle of 315.19º 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 #D331AA is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 170 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.17 |
| HSL | 315.19º | 0.65% | 0.51% | - |
| HSV(B) | 315.19º | 0.77% | 0.83% | - |
| XYZ | 35.22 | 18.95 | 39.83 | - |
| YUV | 111.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 170 | 0 | 0.77 | 0.19 | 0.17 | 315.19 | 0.65 | 0.51 |
| Hex | D3 | 31 | AA | 0 | 4D | 13 | 11 | 13B | 41 | 33 |
| Octal | 323 | 61 | 252 | 0 | 115 | 23 | 21 | 473 | 101 | 63 |
| Binary | 11010011 | 110001 | 10101010 | 0 | 1001101 | 10011 | 10001 | 100111011 | 1000001 | 110011 |
Color Harmonies of #D331AA
Complementary color
Monochromatic Colors of #D331AA
Black with #D331AA
Text Example
Text Example
White with #D331AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331AA; }
p { color: rgb(211,49,170); }
H1.HeaderClassName
{
color: #D331AA;
}
.AnyTagClassName
{
color: #D331AA;
}
</style>
background-color css
<style>
a { background-color: #D331AA; }
a { background-color: rgb(211,49,170); }
div.DivClassName
{
background-color: #D331AA;
}
.BgClassName
{
background-color: #D331AA;
}
</style>
border-color css
<style>
span { border-color: #D331AA; }
span { border-color: rgb(211,49,170); }
td.TdClassName
{
border-color: #D331AA;
}
.TagClassName
{
border-color: #D331AA;
}
</style>