Shades of Mauve #D09CFD
Tints of Mauve #D09CFD
RGB
CMYK
RGB Variations
Color information
#D09CFD (or 0xD09CFD) is known color: Mauve. HEX triplet: D0, 9C and FD. RGB value is (208,156,253). Sum of RGB (Red+Green+Blue) = 208+156+253=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #D09CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CFD is #2F6302. Grayscale: #B6B6B6. Windows color (decimal): -3105539 or 16620752. OLE color: 16620752.
HSL color Cylindrical-coordinate representation of color #D09CFD: hue angle of 272.16º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09CFD is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 156 | 253 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.01 |
| HSL | 272.16º | 0.96% | 0.8% | - |
| HSV(B) | 272.16º | 0.38% | 0.99% | - |
| XYZ | 55.63 | 44.28 | 98.54 | - |
| YUV | 182.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 253 | 0.18 | 0.38 | 0 | 0.01 | 272.16 | 0.96 | 0.8 |
| Hex | D0 | 9C | FD | 12 | 26 | 0 | 1 | 110 | 60 | 50 |
| Octal | 320 | 234 | 375 | 22 | 46 | 0 | 1 | 420 | 140 | 120 |
| Binary | 11010000 | 10011100 | 11111101 | 10010 | 100110 | 0 | 1 | 100010000 | 1100000 | 1010000 |
Color Harmonies of #D09CFD
Complementary color
Monochromatic Colors of #D09CFD
Black with #D09CFD
Text Example
Text Example
White with #D09CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CFD; }
p { color: rgb(208,156,253); }
H1.HeaderClassName
{
color: #D09CFD;
}
.AnyTagClassName
{
color: #D09CFD;
}
</style>
background-color css
<style>
a { background-color: #D09CFD; }
a { background-color: rgb(208,156,253); }
div.DivClassName
{
background-color: #D09CFD;
}
.BgClassName
{
background-color: #D09CFD;
}
</style>
border-color css
<style>
span { border-color: #D09CFD; }
span { border-color: rgb(208,156,253); }
td.TdClassName
{
border-color: #D09CFD;
}
.TagClassName
{
border-color: #D09CFD;
}
</style>