Shades of Mauve #D098FF
Tints of Mauve #D098FF
RGB
CMYK
RGB Variations
Color information
#D098FF (or 0xD098FF) is known color: Mauve. HEX triplet: D0, 98 and FF. RGB value is (208,152,255). Sum of RGB (Red+Green+Blue) = 208+152+255=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #D098FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098FF is #2F6700. Grayscale: #B4B4B4. Windows color (decimal): -3106561 or 16750800. OLE color: 16750800.
HSL color Cylindrical-coordinate representation of color #D098FF: hue angle of 272.62º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D098FF is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 152 | 255 | - |
| CMYK | 0.18 | 0.40 | 0 | 0 |
| HSL | 272.62º | 1% | 0.8% | - |
| HSV(B) | 272.62º | 0.4% | 1% | - |
| XYZ | 55.29 | 43.09 | 100.01 | - |
| YUV | 180.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 255 | 0.18 | 0.40 | 0 | 0 | 272.62 | 1 | 0.8 |
| Hex | D0 | 98 | FF | 12 | 28 | 0 | 0 | 111 | 64 | 50 |
| Octal | 320 | 230 | 377 | 22 | 50 | 0 | 0 | 421 | 144 | 120 |
| Binary | 11010000 | 10011000 | 11111111 | 10010 | 101000 | 0 | 0 | 100010001 | 1100100 | 1010000 |
Color Harmonies of #D098FF
Complementary color
Monochromatic Colors of #D098FF
Black with #D098FF
Text Example
Text Example
White with #D098FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098FF; }
p { color: rgb(208,152,255); }
H1.HeaderClassName
{
color: #D098FF;
}
.AnyTagClassName
{
color: #D098FF;
}
</style>
background-color css
<style>
a { background-color: #D098FF; }
a { background-color: rgb(208,152,255); }
div.DivClassName
{
background-color: #D098FF;
}
.BgClassName
{
background-color: #D098FF;
}
</style>
border-color css
<style>
span { border-color: #D098FF; }
span { border-color: rgb(208,152,255); }
td.TdClassName
{
border-color: #D098FF;
}
.TagClassName
{
border-color: #D098FF;
}
</style>