Shades of Mauve #D09BFC
Tints of Mauve #D09BFC
RGB
CMYK
RGB Variations
Color information
#D09BFC (or 0xD09BFC) is known color: Mauve. HEX triplet: D0, 9B and FC. RGB value is (208,155,252). Sum of RGB (Red+Green+Blue) = 208+155+252=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #D09BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09BFC is #2F6403. Grayscale: #B5B5B5. Windows color (decimal): -3105796 or 16554960. OLE color: 16554960.
HSL color Cylindrical-coordinate representation of color #D09BFC: hue angle of 272.78º degrees, saturation: 0.94, 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 #D09BFC is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 155 | 252 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.01 |
| HSL | 272.78º | 0.94% | 0.8% | - |
| HSV(B) | 272.78º | 0.38% | 0.99% | - |
| XYZ | 55.3 | 43.88 | 97.65 | - |
| YUV | 181.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 252 | 0.17 | 0.38 | 0 | 0.01 | 272.78 | 0.94 | 0.8 |
| Hex | D0 | 9B | FC | 11 | 26 | 0 | 1 | 111 | 5E | 50 |
| Octal | 320 | 233 | 374 | 21 | 46 | 0 | 1 | 421 | 136 | 120 |
| Binary | 11010000 | 10011011 | 11111100 | 10001 | 100110 | 0 | 1 | 100010001 | 1011110 | 1010000 |
Color Harmonies of #D09BFC
Complementary color
Monochromatic Colors of #D09BFC
Black with #D09BFC
Text Example
Text Example
White with #D09BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BFC; }
p { color: rgb(208,155,252); }
H1.HeaderClassName
{
color: #D09BFC;
}
.AnyTagClassName
{
color: #D09BFC;
}
</style>
background-color css
<style>
a { background-color: #D09BFC; }
a { background-color: rgb(208,155,252); }
div.DivClassName
{
background-color: #D09BFC;
}
.BgClassName
{
background-color: #D09BFC;
}
</style>
border-color css
<style>
span { border-color: #D09BFC; }
span { border-color: rgb(208,155,252); }
td.TdClassName
{
border-color: #D09BFC;
}
.TagClassName
{
border-color: #D09BFC;
}
</style>