Shades of Mauve #D3AFFD
Tints of Mauve #D3AFFD
RGB
CMYK
RGB Variations
Color information
#D3AFFD (or 0xD3AFFD) is known color: Mauve. HEX triplet: D3, AF and FD. RGB value is (211,175,253). Sum of RGB (Red+Green+Blue) = 211+175+253=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFFD is #2C5002. Grayscale: #C2C2C2. Windows color (decimal): -2904067 or 16625619. OLE color: 16625619.
HSL color Cylindrical-coordinate representation of color #D3AFFD: hue angle of 267.69º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3AFFD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 175 | 253 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.01 |
| HSL | 267.69º | 0.95% | 0.84% | - |
| HSV(B) | 267.69º | 0.31% | 0.99% | - |
| XYZ | 59.92 | 51.6 | 99.73 | - |
| YUV | 194.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 253 | 0.17 | 0.31 | 0 | 0.01 | 267.69 | 0.95 | 0.84 |
| Hex | D3 | AF | FD | 11 | 1F | 0 | 1 | 10C | 5F | 54 |
| Octal | 323 | 257 | 375 | 21 | 37 | 0 | 1 | 414 | 137 | 124 |
| Binary | 11010011 | 10101111 | 11111101 | 10001 | 11111 | 0 | 1 | 100001100 | 1011111 | 1010100 |
Color Harmonies of #D3AFFD
Complementary color
Monochromatic Colors of #D3AFFD
Black with #D3AFFD
Text Example
Text Example
White with #D3AFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFFD; }
p { color: rgb(211,175,253); }
H1.HeaderClassName
{
color: #D3AFFD;
}
.AnyTagClassName
{
color: #D3AFFD;
}
</style>
background-color css
<style>
a { background-color: #D3AFFD; }
a { background-color: rgb(211,175,253); }
div.DivClassName
{
background-color: #D3AFFD;
}
.BgClassName
{
background-color: #D3AFFD;
}
</style>
border-color css
<style>
span { border-color: #D3AFFD; }
span { border-color: rgb(211,175,253); }
td.TdClassName
{
border-color: #D3AFFD;
}
.TagClassName
{
border-color: #D3AFFD;
}
</style>