Shades of Mauve #D699FE
Tints of Mauve #D699FE
RGB
CMYK
RGB Variations
Color information
#D699FE (or 0xD699FE) is known color: Mauve. HEX triplet: D6, 99 and FE. RGB value is (214,153,254). Sum of RGB (Red+Green+Blue) = 214+153+254=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D699FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D699FE is #296601. Grayscale: #B6B6B6. Windows color (decimal): -2713090 or 16685526. OLE color: 16685526.
HSL color Cylindrical-coordinate representation of color #D699FE: hue angle of 276.24º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D699FE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 153 | 254 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.00 |
| HSL | 276.24º | 0.98% | 0.8% | - |
| HSV(B) | 276.24º | 0.4% | 1% | - |
| XYZ | 57.01 | 44.23 | 99.3 | - |
| YUV | 182.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 254 | 0.16 | 0.40 | 0 | 0.00 | 276.24 | 0.98 | 0.8 |
| Hex | D6 | 99 | FE | 10 | 28 | 0 | 0 | 114 | 62 | 50 |
| Octal | 326 | 231 | 376 | 20 | 50 | 0 | 0 | 424 | 142 | 120 |
| Binary | 11010110 | 10011001 | 11111110 | 10000 | 101000 | 0 | 0 | 100010100 | 1100010 | 1010000 |
Color Harmonies of #D699FE
Complementary color
Monochromatic Colors of #D699FE
Black with #D699FE
Text Example
Text Example
White with #D699FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699FE; }
p { color: rgb(214,153,254); }
H1.HeaderClassName
{
color: #D699FE;
}
.AnyTagClassName
{
color: #D699FE;
}
</style>
background-color css
<style>
a { background-color: #D699FE; }
a { background-color: rgb(214,153,254); }
div.DivClassName
{
background-color: #D699FE;
}
.BgClassName
{
background-color: #D699FE;
}
</style>
border-color css
<style>
span { border-color: #D699FE; }
span { border-color: rgb(214,153,254); }
td.TdClassName
{
border-color: #D699FE;
}
.TagClassName
{
border-color: #D699FE;
}
</style>