Shades of Mauve #D5AFF5
Tints of Mauve #D5AFF5
RGB
CMYK
RGB Variations
Color information
#D5AFF5 (or 0xD5AFF5) is known color: Mauve. HEX triplet: D5, AF and F5. RGB value is (213,175,245). Sum of RGB (Red+Green+Blue) = 213+175+245=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #D5AFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFF5 is #2A500A. Grayscale: #C2C2C2. Windows color (decimal): -2773003 or 16101333. OLE color: 16101333.
HSL color Cylindrical-coordinate representation of color #D5AFF5: hue angle of 272.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5AFF5 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 175 | 245 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.04 |
| HSL | 272.57º | 0.78% | 0.82% | - |
| HSV(B) | 272.57º | 0.29% | 0.96% | - |
| XYZ | 59.25 | 51.4 | 93.18 | - |
| YUV | 194.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 245 | 0.13 | 0.29 | 0 | 0.04 | 272.57 | 0.78 | 0.82 |
| Hex | D5 | AF | F5 | D | 1D | 0 | 4 | 111 | 4E | 52 |
| Octal | 325 | 257 | 365 | 15 | 35 | 0 | 4 | 421 | 116 | 122 |
| Binary | 11010101 | 10101111 | 11110101 | 1101 | 11101 | 0 | 100 | 100010001 | 1001110 | 1010010 |
Color Harmonies of #D5AFF5
Complementary color
Monochromatic Colors of #D5AFF5
Black with #D5AFF5
Text Example
Text Example
White with #D5AFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFF5; }
p { color: rgb(213,175,245); }
H1.HeaderClassName
{
color: #D5AFF5;
}
.AnyTagClassName
{
color: #D5AFF5;
}
</style>
background-color css
<style>
a { background-color: #D5AFF5; }
a { background-color: rgb(213,175,245); }
div.DivClassName
{
background-color: #D5AFF5;
}
.BgClassName
{
background-color: #D5AFF5;
}
</style>
border-color css
<style>
span { border-color: #D5AFF5; }
span { border-color: rgb(213,175,245); }
td.TdClassName
{
border-color: #D5AFF5;
}
.TagClassName
{
border-color: #D5AFF5;
}
</style>