Shades of Mauve #D09BFE
Tints of Mauve #D09BFE
RGB
CMYK
RGB Variations
Color information
#D09BFE (or 0xD09BFE) is known color: Mauve. HEX triplet: D0, 9B and FE. RGB value is (208,155,254). Sum of RGB (Red+Green+Blue) = 208+155+254=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #D09BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BFE is #2F6401. Grayscale: #B5B5B5. Windows color (decimal): -3105794 or 16686032. OLE color: 16686032.
HSL color Cylindrical-coordinate representation of color #D09BFE: hue angle of 272.12º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09BFE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 155 | 254 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.00 |
| HSL | 272.12º | 0.98% | 0.8% | - |
| HSV(B) | 272.12º | 0.39% | 1% | - |
| XYZ | 55.62 | 44.01 | 99.33 | - |
| YUV | 182.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 254 | 0.18 | 0.39 | 0 | 0.00 | 272.12 | 0.98 | 0.8 |
| Hex | D0 | 9B | FE | 12 | 27 | 0 | 0 | 110 | 62 | 50 |
| Octal | 320 | 233 | 376 | 22 | 47 | 0 | 0 | 420 | 142 | 120 |
| Binary | 11010000 | 10011011 | 11111110 | 10010 | 100111 | 0 | 0 | 100010000 | 1100010 | 1010000 |
Color Harmonies of #D09BFE
Complementary color
Monochromatic Colors of #D09BFE
Black with #D09BFE
Text Example
Text Example
White with #D09BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BFE; }
p { color: rgb(208,155,254); }
H1.HeaderClassName
{
color: #D09BFE;
}
.AnyTagClassName
{
color: #D09BFE;
}
</style>
background-color css
<style>
a { background-color: #D09BFE; }
a { background-color: rgb(208,155,254); }
div.DivClassName
{
background-color: #D09BFE;
}
.BgClassName
{
background-color: #D09BFE;
}
</style>
border-color css
<style>
span { border-color: #D09BFE; }
span { border-color: rgb(208,155,254); }
td.TdClassName
{
border-color: #D09BFE;
}
.TagClassName
{
border-color: #D09BFE;
}
</style>