Shades of Mauve #D1AFF3
Tints of Mauve #D1AFF3
RGB
CMYK
RGB Variations
Color information
#D1AFF3 (or 0xD1AFF3) is known color: Mauve. HEX triplet: D1, AF and F3. RGB value is (209,175,243). Sum of RGB (Red+Green+Blue) = 209+175+243=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #D1AFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AFF3 is #2E500C. Grayscale: #C0C0C0. Windows color (decimal): -3035149 or 15970257. OLE color: 15970257.
HSL color Cylindrical-coordinate representation of color #D1AFF3: hue angle of 270º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1AFF3 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 175 | 243 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.05 |
| HSL | 270º | 0.74% | 0.82% | - |
| HSV(B) | 270º | 0.28% | 0.95% | - |
| XYZ | 57.8 | 50.69 | 91.53 | - |
| YUV | 192.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 175 | 243 | 0.14 | 0.28 | 0 | 0.05 | 270 | 0.74 | 0.82 |
| Hex | D1 | AF | F3 | E | 1C | 0 | 5 | 10E | 4A | 52 |
| Octal | 321 | 257 | 363 | 16 | 34 | 0 | 5 | 416 | 112 | 122 |
| Binary | 11010001 | 10101111 | 11110011 | 1110 | 11100 | 0 | 101 | 100001110 | 1001010 | 1010010 |
Color Harmonies of #D1AFF3
Complementary color
Monochromatic Colors of #D1AFF3
Black with #D1AFF3
Text Example
Text Example
White with #D1AFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AFF3; }
p { color: rgb(209,175,243); }
H1.HeaderClassName
{
color: #D1AFF3;
}
.AnyTagClassName
{
color: #D1AFF3;
}
</style>
background-color css
<style>
a { background-color: #D1AFF3; }
a { background-color: rgb(209,175,243); }
div.DivClassName
{
background-color: #D1AFF3;
}
.BgClassName
{
background-color: #D1AFF3;
}
</style>
border-color css
<style>
span { border-color: #D1AFF3; }
span { border-color: rgb(209,175,243); }
td.TdClassName
{
border-color: #D1AFF3;
}
.TagClassName
{
border-color: #D1AFF3;
}
</style>