Shades of Mauve #D4A8F3
Tints of Mauve #D4A8F3
RGB
CMYK
RGB Variations
Color information
#D4A8F3 (or 0xD4A8F3) is known color: Mauve. HEX triplet: D4, A8 and F3. RGB value is (212,168,243). Sum of RGB (Red+Green+Blue) = 212+168+243=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4A8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8F3 is #2B570C. Grayscale: #BDBDBD. Windows color (decimal): -2840333 or 15968468. OLE color: 15968468.
HSL color Cylindrical-coordinate representation of color #D4A8F3: hue angle of 275.2º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4A8F3 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 212 | 168 | 243 | - |
CMYK | 0.13 | 0.31 | 0 | 0.05 |
HSL | 275.2º | 0.76% | 0.81% | - |
HSV(B) | 275.2º | 0.31% | 0.95% | - |
XYZ | 57.33 | 48.47 | 91.13 | - |
YUV | 189.71 | 158.08 | 143.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 168 | 243 | 0.13 | 0.31 | 0 | 0.05 | 275.2 | 0.76 | 0.81 |
Hex | D4 | A8 | F3 | D | 1F | 0 | 5 | 113 | 4C | 51 |
Octal | 324 | 250 | 363 | 15 | 37 | 0 | 5 | 423 | 114 | 121 |
Binary | 11010100 | 10101000 | 11110011 | 1101 | 11111 | 0 | 101 | 100010011 | 1001100 | 1010001 |
Color Harmonies of #D4A8F3
Complementary color
Monochromatic Colors of #D4A8F3
Black with #D4A8F3
Text Example
Text Example
White with #D4A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8F3; }
p { color: rgb(212,168,243); }
H1.HeaderClassName
{
color: #D4A8F3;
}
.AnyTagClassName
{
color: #D4A8F3;
}
</style>
background-color css
<style>
a { background-color: #D4A8F3; }
a { background-color: rgb(212,168,243); }
div.DivClassName
{
background-color: #D4A8F3;
}
.BgClassName
{
background-color: #D4A8F3;
}
</style>
border-color css
<style>
span { border-color: #D4A8F3; }
span { border-color: rgb(212,168,243); }
td.TdClassName
{
border-color: #D4A8F3;
}
.TagClassName
{
border-color: #D4A8F3;
}
</style>