Shades of Mauve #D09DFF
Tints of Mauve #D09DFF
RGB
CMYK
RGB Variations
Color information
#D09DFF (or 0xD09DFF) is known color: Mauve. HEX triplet: D0, 9D and FF. RGB value is (208,157,255). Sum of RGB (Red+Green+Blue) = 208+157+255=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #D09DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09DFF is #2F6200. Grayscale: #B7B7B7. Windows color (decimal): -3105281 or 16752080. OLE color: 16752080.
HSL color Cylindrical-coordinate representation of color #D09DFF: hue angle of 271.22º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09DFF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 157 | 255 | - |
| CMYK | 0.18 | 0.38 | 0 | 0 |
| HSL | 271.22º | 1% | 0.81% | - |
| HSV(B) | 271.22º | 0.38% | 1% | - |
| XYZ | 56.12 | 44.74 | 100.29 | - |
| YUV | 183.42 | 168.4 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 255 | 0.18 | 0.38 | 0 | 0 | 271.22 | 1 | 0.81 |
| Hex | D0 | 9D | FF | 12 | 26 | 0 | 0 | 10F | 64 | 51 |
| Octal | 320 | 235 | 377 | 22 | 46 | 0 | 0 | 417 | 144 | 121 |
| Binary | 11010000 | 10011101 | 11111111 | 10010 | 100110 | 0 | 0 | 100001111 | 1100100 | 1010001 |
Color Harmonies of #D09DFF
Complementary color
Monochromatic Colors of #D09DFF
Black with #D09DFF
Text Example
Text Example
White with #D09DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09DFF; }
p { color: rgb(208,157,255); }
H1.HeaderClassName
{
color: #D09DFF;
}
.AnyTagClassName
{
color: #D09DFF;
}
</style>
background-color css
<style>
a { background-color: #D09DFF; }
a { background-color: rgb(208,157,255); }
div.DivClassName
{
background-color: #D09DFF;
}
.BgClassName
{
background-color: #D09DFF;
}
</style>
border-color css
<style>
span { border-color: #D09DFF; }
span { border-color: rgb(208,157,255); }
td.TdClassName
{
border-color: #D09DFF;
}
.TagClassName
{
border-color: #D09DFF;
}
</style>