Shades of Mauve #D69BFD
Tints of Mauve #D69BFD
RGB
CMYK
RGB Variations
Color information
#D69BFD (or 0xD69BFD) is known color: Mauve. HEX triplet: D6, 9B and FD. RGB value is (214,155,253). Sum of RGB (Red+Green+Blue) = 214+155+253=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #D69BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BFD is #296402. Grayscale: #B7B7B7. Windows color (decimal): -2712579 or 16620502. OLE color: 16620502.
HSL color Cylindrical-coordinate representation of color #D69BFD: hue angle of 276.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D69BFD is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 155 | 253 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.01 |
| HSL | 276.12º | 0.96% | 0.8% | - |
| HSV(B) | 276.12º | 0.39% | 0.99% | - |
| XYZ | 57.18 | 44.83 | 98.57 | - |
| YUV | 183.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 253 | 0.15 | 0.39 | 0 | 0.01 | 276.12 | 0.96 | 0.8 |
| Hex | D6 | 9B | FD | F | 27 | 0 | 1 | 114 | 60 | 50 |
| Octal | 326 | 233 | 375 | 17 | 47 | 0 | 1 | 424 | 140 | 120 |
| Binary | 11010110 | 10011011 | 11111101 | 1111 | 100111 | 0 | 1 | 100010100 | 1100000 | 1010000 |
Color Harmonies of #D69BFD
Complementary color
Monochromatic Colors of #D69BFD
Black with #D69BFD
Text Example
Text Example
White with #D69BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BFD; }
p { color: rgb(214,155,253); }
H1.HeaderClassName
{
color: #D69BFD;
}
.AnyTagClassName
{
color: #D69BFD;
}
</style>
background-color css
<style>
a { background-color: #D69BFD; }
a { background-color: rgb(214,155,253); }
div.DivClassName
{
background-color: #D69BFD;
}
.BgClassName
{
background-color: #D69BFD;
}
</style>
border-color css
<style>
span { border-color: #D69BFD; }
span { border-color: rgb(214,155,253); }
td.TdClassName
{
border-color: #D69BFD;
}
.TagClassName
{
border-color: #D69BFD;
}
</style>