Shades of Mauve #D69AF4
Tints of Mauve #D69AF4
RGB
CMYK
RGB Variations
Color information
#D69AF4 (or 0xD69AF4) is known color: Mauve. HEX triplet: D6, 9A and F4. RGB value is (214,154,244). Sum of RGB (Red+Green+Blue) = 214+154+244=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 244 (95.70% from 255 or 39.87% from 612); Max value from RGB is 244 - color contains mainly: blue. Hex color #D69AF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69AF4 is #29650B. Grayscale: #B5B5B5. Windows color (decimal): -2712844 or 16030422. OLE color: 16030422.
HSL color Cylindrical-coordinate representation of color #D69AF4: hue angle of 280º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69AF4 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 154 | 244 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.04 |
| HSL | 280º | 0.8% | 0.78% | - |
| HSV(B) | 280º | 0.37% | 0.96% | - |
| XYZ | 55.62 | 43.94 | 91.14 | - |
| YUV | 182.2 | 162.88 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 244 | 0.12 | 0.37 | 0 | 0.04 | 280 | 0.8 | 0.78 |
| Hex | D6 | 9A | F4 | C | 25 | 0 | 4 | 118 | 50 | 4E |
| Octal | 326 | 232 | 364 | 14 | 45 | 0 | 4 | 430 | 120 | 116 |
| Binary | 11010110 | 10011010 | 11110100 | 1100 | 100101 | 0 | 100 | 100011000 | 1010000 | 1001110 |
Color Harmonies of #D69AF4
Complementary color
Monochromatic Colors of #D69AF4
Black with #D69AF4
Text Example
Text Example
White with #D69AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69AF4; }
p { color: rgb(214,154,244); }
H1.HeaderClassName
{
color: #D69AF4;
}
.AnyTagClassName
{
color: #D69AF4;
}
</style>
background-color css
<style>
a { background-color: #D69AF4; }
a { background-color: rgb(214,154,244); }
div.DivClassName
{
background-color: #D69AF4;
}
.BgClassName
{
background-color: #D69AF4;
}
</style>
border-color css
<style>
span { border-color: #D69AF4; }
span { border-color: rgb(214,154,244); }
td.TdClassName
{
border-color: #D69AF4;
}
.TagClassName
{
border-color: #D69AF4;
}
</style>