Shades of Mauve #D99CFD
Tints of Mauve #D99CFD
RGB
CMYK
RGB Variations
Color information
#D99CFD (or 0xD99CFD) is known color: Mauve. HEX triplet: D9, 9C and FD. RGB value is (217,156,253). Sum of RGB (Red+Green+Blue) = 217+156+253=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 156 (61.33% from 255 or 24.92% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #D99CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99CFD is #266302. Grayscale: #B8B8B8. Windows color (decimal): -2515715 or 16620761. OLE color: 16620761.
HSL color Cylindrical-coordinate representation of color #D99CFD: hue angle of 277.73º degrees, saturation: 0.96, 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 #D99CFD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 156 | 253 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.01 |
| HSL | 277.73º | 0.96% | 0.8% | - |
| HSV(B) | 277.73º | 0.38% | 0.99% | - |
| XYZ | 58.23 | 45.62 | 98.66 | - |
| YUV | 185.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 253 | 0.14 | 0.38 | 0 | 0.01 | 277.73 | 0.96 | 0.8 |
| Hex | D9 | 9C | FD | E | 26 | 0 | 1 | 116 | 60 | 50 |
| Octal | 331 | 234 | 375 | 16 | 46 | 0 | 1 | 426 | 140 | 120 |
| Binary | 11011001 | 10011100 | 11111101 | 1110 | 100110 | 0 | 1 | 100010110 | 1100000 | 1010000 |
Color Harmonies of #D99CFD
Complementary color
Monochromatic Colors of #D99CFD
Black with #D99CFD
Text Example
Text Example
White with #D99CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CFD; }
p { color: rgb(217,156,253); }
H1.HeaderClassName
{
color: #D99CFD;
}
.AnyTagClassName
{
color: #D99CFD;
}
</style>
background-color css
<style>
a { background-color: #D99CFD; }
a { background-color: rgb(217,156,253); }
div.DivClassName
{
background-color: #D99CFD;
}
.BgClassName
{
background-color: #D99CFD;
}
</style>
border-color css
<style>
span { border-color: #D99CFD; }
span { border-color: rgb(217,156,253); }
td.TdClassName
{
border-color: #D99CFD;
}
.TagClassName
{
border-color: #D99CFD;
}
</style>