Shades of Mauve #D093FC
Tints of Mauve #D093FC
RGB
CMYK
RGB Variations
Color information
#D093FC (or 0xD093FC) is known color: Mauve. HEX triplet: D0, 93 and FC. RGB value is (208,147,252). Sum of RGB (Red+Green+Blue) = 208+147+252=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #D093FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093FC is #2F6C03. Grayscale: #B0B0B0. Windows color (decimal): -3107844 or 16552912. OLE color: 16552912.
HSL color Cylindrical-coordinate representation of color #D093FC: hue angle of 274.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D093FC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 147 | 252 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.01 |
| HSL | 274.86º | 0.95% | 0.78% | - |
| HSV(B) | 274.86º | 0.42% | 0.99% | - |
| XYZ | 54.02 | 41.31 | 97.22 | - |
| YUV | 177.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 252 | 0.17 | 0.42 | 0 | 0.01 | 274.86 | 0.95 | 0.78 |
| Hex | D0 | 93 | FC | 11 | 2A | 0 | 1 | 113 | 5F | 4E |
| Octal | 320 | 223 | 374 | 21 | 52 | 0 | 1 | 423 | 137 | 116 |
| Binary | 11010000 | 10010011 | 11111100 | 10001 | 101010 | 0 | 1 | 100010011 | 1011111 | 1001110 |
Color Harmonies of #D093FC
Complementary color
Monochromatic Colors of #D093FC
Black with #D093FC
Text Example
Text Example
White with #D093FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093FC; }
p { color: rgb(208,147,252); }
H1.HeaderClassName
{
color: #D093FC;
}
.AnyTagClassName
{
color: #D093FC;
}
</style>
background-color css
<style>
a { background-color: #D093FC; }
a { background-color: rgb(208,147,252); }
div.DivClassName
{
background-color: #D093FC;
}
.BgClassName
{
background-color: #D093FC;
}
</style>
border-color css
<style>
span { border-color: #D093FC; }
span { border-color: rgb(208,147,252); }
td.TdClassName
{
border-color: #D093FC;
}
.TagClassName
{
border-color: #D093FC;
}
</style>