Shades of Mauve #D09BFD
Tints of Mauve #D09BFD
RGB
CMYK
RGB Variations
Color information
#D09BFD (or 0xD09BFD) is known color: Mauve. HEX triplet: D0, 9B and FD. RGB value is (208,155,253). Sum of RGB (Red+Green+Blue) = 208+155+253=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #D09BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BFD is #2F6402. Grayscale: #B5B5B5. Windows color (decimal): -3105795 or 16620496. OLE color: 16620496.
HSL color Cylindrical-coordinate representation of color #D09BFD: hue angle of 272.45º 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 #D09BFD is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 155 | 253 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.01 |
| HSL | 272.45º | 0.96% | 0.8% | - |
| HSV(B) | 272.45º | 0.39% | 0.99% | - |
| XYZ | 55.46 | 43.94 | 98.49 | - |
| YUV | 182.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 253 | 0.18 | 0.39 | 0 | 0.01 | 272.45 | 0.96 | 0.8 |
| Hex | D0 | 9B | FD | 12 | 27 | 0 | 1 | 110 | 60 | 50 |
| Octal | 320 | 233 | 375 | 22 | 47 | 0 | 1 | 420 | 140 | 120 |
| Binary | 11010000 | 10011011 | 11111101 | 10010 | 100111 | 0 | 1 | 100010000 | 1100000 | 1010000 |
Color Harmonies of #D09BFD
Complementary color
Monochromatic Colors of #D09BFD
Black with #D09BFD
Text Example
Text Example
White with #D09BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BFD; }
p { color: rgb(208,155,253); }
H1.HeaderClassName
{
color: #D09BFD;
}
.AnyTagClassName
{
color: #D09BFD;
}
</style>
background-color css
<style>
a { background-color: #D09BFD; }
a { background-color: rgb(208,155,253); }
div.DivClassName
{
background-color: #D09BFD;
}
.BgClassName
{
background-color: #D09BFD;
}
</style>
border-color css
<style>
span { border-color: #D09BFD; }
span { border-color: rgb(208,155,253); }
td.TdClassName
{
border-color: #D09BFD;
}
.TagClassName
{
border-color: #D09BFD;
}
</style>