Shades of Plum #D69FDF
Tints of Plum #D69FDF
RGB
CMYK
RGB Variations
Color information
#D69FDF (or 0xD69FDF) is known color: Plum. HEX triplet: D6, 9F and DF. RGB value is (214,159,223). Sum of RGB (Red+Green+Blue) = 214+159+223=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #D69FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FDF is #296020. Grayscale: #B6B6B6. Windows color (decimal): -2711585 or 14655446. OLE color: 14655446.
HSL color Cylindrical-coordinate representation of color #D69FDF: hue angle of 291.56º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69FDF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 159 | 223 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.13 |
| HSL | 291.56º | 0.5% | 0.75% | - |
| HSV(B) | 291.56º | 0.29% | 0.87% | - |
| XYZ | 53.45 | 44.42 | 75.57 | - |
| YUV | 182.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 223 | 0.04 | 0.29 | 0 | 0.13 | 291.56 | 0.5 | 0.75 |
| Hex | D6 | 9F | DF | 4 | 1D | 0 | D | 124 | 32 | 4B |
| Octal | 326 | 237 | 337 | 4 | 35 | 0 | 15 | 444 | 62 | 113 |
| Binary | 11010110 | 10011111 | 11011111 | 100 | 11101 | 0 | 1101 | 100100100 | 110010 | 1001011 |
Color Harmonies of #D69FDF
Complementary color
Monochromatic Colors of #D69FDF
Black with #D69FDF
Text Example
Text Example
White with #D69FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69FDF; }
p { color: rgb(214,159,223); }
H1.HeaderClassName
{
color: #D69FDF;
}
.AnyTagClassName
{
color: #D69FDF;
}
</style>
background-color css
<style>
a { background-color: #D69FDF; }
a { background-color: rgb(214,159,223); }
div.DivClassName
{
background-color: #D69FDF;
}
.BgClassName
{
background-color: #D69FDF;
}
</style>
border-color css
<style>
span { border-color: #D69FDF; }
span { border-color: rgb(214,159,223); }
td.TdClassName
{
border-color: #D69FDF;
}
.TagClassName
{
border-color: #D69FDF;
}
</style>