Shades of Mauve #D7A2FE
Tints of Mauve #D7A2FE
RGB
CMYK
RGB Variations
Color information
#D7A2FE (or 0xD7A2FE) is known color: Mauve. HEX triplet: D7, A2 and FE. RGB value is (215,162,254). Sum of RGB (Red+Green+Blue) = 215+162+254=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A2FE is #285D01. Grayscale: #BCBCBC. Windows color (decimal): -2645250 or 16687831. OLE color: 16687831.
HSL color Cylindrical-coordinate representation of color #D7A2FE: hue angle of 274.57º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7A2FE is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 162 | 254 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.00 |
| HSL | 274.57º | 0.98% | 0.82% | - |
| HSV(B) | 274.57º | 0.36% | 1% | - |
| XYZ | 58.83 | 47.44 | 99.82 | - |
| YUV | 188.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 162 | 254 | 0.15 | 0.36 | 0 | 0.00 | 274.57 | 0.98 | 0.82 |
| Hex | D7 | A2 | FE | F | 24 | 0 | 0 | 113 | 62 | 52 |
| Octal | 327 | 242 | 376 | 17 | 44 | 0 | 0 | 423 | 142 | 122 |
| Binary | 11010111 | 10100010 | 11111110 | 1111 | 100100 | 0 | 0 | 100010011 | 1100010 | 1010010 |
Color Harmonies of #D7A2FE
Complementary color
Monochromatic Colors of #D7A2FE
Black with #D7A2FE
Text Example
Text Example
White with #D7A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A2FE; }
p { color: rgb(215,162,254); }
H1.HeaderClassName
{
color: #D7A2FE;
}
.AnyTagClassName
{
color: #D7A2FE;
}
</style>
background-color css
<style>
a { background-color: #D7A2FE; }
a { background-color: rgb(215,162,254); }
div.DivClassName
{
background-color: #D7A2FE;
}
.BgClassName
{
background-color: #D7A2FE;
}
</style>
border-color css
<style>
span { border-color: #D7A2FE; }
span { border-color: rgb(215,162,254); }
td.TdClassName
{
border-color: #D7A2FE;
}
.TagClassName
{
border-color: #D7A2FE;
}
</style>