Shades of Mauve #D290FF
Tints of Mauve #D290FF
RGB
CMYK
RGB Variations
Color information
#D290FF (or 0xD290FF) is known color: Mauve. HEX triplet: D2, 90 and FF. RGB value is (210,144,255). Sum of RGB (Red+Green+Blue) = 210+144+255=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 144 (56.64% from 255 or 23.65% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #D290FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290FF is #2D6F00. Grayscale: #B0B0B0. Windows color (decimal): -2977537 or 16748754. OLE color: 16748754.
HSL color Cylindrical-coordinate representation of color #D290FF: hue angle of 275.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D290FF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 144 | 255 | - |
| CMYK | 0.18 | 0.44 | 0 | 0 |
| HSL | 275.68º | 1% | 0.78% | - |
| HSV(B) | 275.68º | 0.44% | 1% | - |
| XYZ | 54.6 | 40.87 | 99.62 | - |
| YUV | 176.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 255 | 0.18 | 0.44 | 0 | 0 | 275.68 | 1 | 0.78 |
| Hex | D2 | 90 | FF | 12 | 2C | 0 | 0 | 114 | 64 | 4E |
| Octal | 322 | 220 | 377 | 22 | 54 | 0 | 0 | 424 | 144 | 116 |
| Binary | 11010010 | 10010000 | 11111111 | 10010 | 101100 | 0 | 0 | 100010100 | 1100100 | 1001110 |
Color Harmonies of #D290FF
Complementary color
Monochromatic Colors of #D290FF
Black with #D290FF
Text Example
Text Example
White with #D290FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290FF; }
p { color: rgb(210,144,255); }
H1.HeaderClassName
{
color: #D290FF;
}
.AnyTagClassName
{
color: #D290FF;
}
</style>
background-color css
<style>
a { background-color: #D290FF; }
a { background-color: rgb(210,144,255); }
div.DivClassName
{
background-color: #D290FF;
}
.BgClassName
{
background-color: #D290FF;
}
</style>
border-color css
<style>
span { border-color: #D290FF; }
span { border-color: rgb(210,144,255); }
td.TdClassName
{
border-color: #D290FF;
}
.TagClassName
{
border-color: #D290FF;
}
</style>