Shades of Mauve #D39AFD
Tints of Mauve #D39AFD
RGB
CMYK
RGB Variations
Color information
#D39AFD (or 0xD39AFD) is known color: Mauve. HEX triplet: D3, 9A and FD. RGB value is (211,154,253). Sum of RGB (Red+Green+Blue) = 211+154+253=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #D39AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39AFD is #2C6502. Grayscale: #B5B5B5. Windows color (decimal): -2909443 or 16620243. OLE color: 16620243.
HSL color Cylindrical-coordinate representation of color #D39AFD: hue angle of 274.55º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D39AFD is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 211 | 154 | 253 | - |
CMYK | 0.17 | 0.39 | 0 | 0.01 |
HSL | 274.55º | 0.96% | 0.8% | - |
HSV(B) | 274.55º | 0.39% | 0.99% | - |
XYZ | 56.15 | 44.05 | 98.47 | - |
YUV | 182.33 | 167.88 | 148.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 154 | 253 | 0.17 | 0.39 | 0 | 0.01 | 274.55 | 0.96 | 0.8 |
Hex | D3 | 9A | FD | 11 | 27 | 0 | 1 | 113 | 60 | 50 |
Octal | 323 | 232 | 375 | 21 | 47 | 0 | 1 | 423 | 140 | 120 |
Binary | 11010011 | 10011010 | 11111101 | 10001 | 100111 | 0 | 1 | 100010011 | 1100000 | 1010000 |
Color Harmonies of #D39AFD
Complementary color
Monochromatic Colors of #D39AFD
Black with #D39AFD
Text Example
Text Example
White with #D39AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AFD; }
p { color: rgb(211,154,253); }
H1.HeaderClassName
{
color: #D39AFD;
}
.AnyTagClassName
{
color: #D39AFD;
}
</style>
background-color css
<style>
a { background-color: #D39AFD; }
a { background-color: rgb(211,154,253); }
div.DivClassName
{
background-color: #D39AFD;
}
.BgClassName
{
background-color: #D39AFD;
}
</style>
border-color css
<style>
span { border-color: #D39AFD; }
span { border-color: rgb(211,154,253); }
td.TdClassName
{
border-color: #D39AFD;
}
.TagClassName
{
border-color: #D39AFD;
}
</style>