Shades of Mauve #D192FC
Tints of Mauve #D192FC
RGB
CMYK
RGB Variations
Color information
#D192FC (or 0xD192FC) is known color: Mauve. HEX triplet: D1, 92 and FC. RGB value is (209,146,252). Sum of RGB (Red+Green+Blue) = 209+146+252=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 146 (57.42% from 255 or 24.05% 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 #D192FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192FC is #2E6D03. Grayscale: #B0B0B0. Windows color (decimal): -3042564 or 16552657. OLE color: 16552657.
HSL color Cylindrical-coordinate representation of color #D192FC: hue angle of 275.66º 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 #D192FC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 146 | 252 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.01 |
| HSL | 275.66º | 0.95% | 0.78% | - |
| HSV(B) | 275.66º | 0.42% | 0.99% | - |
| XYZ | 54.14 | 41.14 | 97.18 | - |
| YUV | 176.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 252 | 0.17 | 0.42 | 0 | 0.01 | 275.66 | 0.95 | 0.78 |
| Hex | D1 | 92 | FC | 11 | 2A | 0 | 1 | 114 | 5F | 4E |
| Octal | 321 | 222 | 374 | 21 | 52 | 0 | 1 | 424 | 137 | 116 |
| Binary | 11010001 | 10010010 | 11111100 | 10001 | 101010 | 0 | 1 | 100010100 | 1011111 | 1001110 |
Color Harmonies of #D192FC
Complementary color
Monochromatic Colors of #D192FC
Black with #D192FC
Text Example
Text Example
White with #D192FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192FC; }
p { color: rgb(209,146,252); }
H1.HeaderClassName
{
color: #D192FC;
}
.AnyTagClassName
{
color: #D192FC;
}
</style>
background-color css
<style>
a { background-color: #D192FC; }
a { background-color: rgb(209,146,252); }
div.DivClassName
{
background-color: #D192FC;
}
.BgClassName
{
background-color: #D192FC;
}
</style>
border-color css
<style>
span { border-color: #D192FC; }
span { border-color: rgb(209,146,252); }
td.TdClassName
{
border-color: #D192FC;
}
.TagClassName
{
border-color: #D192FC;
}
</style>