Shades of Mauve #D99CFB
Tints of Mauve #D99CFB
RGB
CMYK
RGB Variations
Color information
#D99CFB (or 0xD99CFB) is known color: Mauve. HEX triplet: D9, 9C and FB. RGB value is (217,156,251). Sum of RGB (Red+Green+Blue) = 217+156+251=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #D99CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99CFB is #266304. Grayscale: #B8B8B8. Windows color (decimal): -2515717 or 16489689. OLE color: 16489689.
HSL color Cylindrical-coordinate representation of color #D99CFB: hue angle of 278.53º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99CFB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 156 | 251 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.02 |
| HSL | 278.53º | 0.92% | 0.8% | - |
| HSV(B) | 278.53º | 0.38% | 0.98% | - |
| XYZ | 57.92 | 45.49 | 97 | - |
| YUV | 185.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 251 | 0.14 | 0.38 | 0 | 0.02 | 278.53 | 0.92 | 0.8 |
| Hex | D9 | 9C | FB | E | 26 | 0 | 2 | 117 | 5C | 50 |
| Octal | 331 | 234 | 373 | 16 | 46 | 0 | 2 | 427 | 134 | 120 |
| Binary | 11011001 | 10011100 | 11111011 | 1110 | 100110 | 0 | 10 | 100010111 | 1011100 | 1010000 |
Color Harmonies of #D99CFB
Complementary color
Monochromatic Colors of #D99CFB
Black with #D99CFB
Text Example
Text Example
White with #D99CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CFB; }
p { color: rgb(217,156,251); }
H1.HeaderClassName
{
color: #D99CFB;
}
.AnyTagClassName
{
color: #D99CFB;
}
</style>
background-color css
<style>
a { background-color: #D99CFB; }
a { background-color: rgb(217,156,251); }
div.DivClassName
{
background-color: #D99CFB;
}
.BgClassName
{
background-color: #D99CFB;
}
</style>
border-color css
<style>
span { border-color: #D99CFB; }
span { border-color: rgb(217,156,251); }
td.TdClassName
{
border-color: #D99CFB;
}
.TagClassName
{
border-color: #D99CFB;
}
</style>