Shades of Plum #D69CDF
Tints of Plum #D69CDF
RGB
CMYK
RGB Variations
Color information
#D69CDF (or 0xD69CDF) is known color: Plum. HEX triplet: D6, 9C and DF. RGB value is (214,156,223). Sum of RGB (Red+Green+Blue) = 214+156+223=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #D69CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CDF is #296320. Grayscale: #B4B4B4. Windows color (decimal): -2712353 or 14654678. OLE color: 14654678.
HSL color Cylindrical-coordinate representation of color #D69CDF: hue angle of 291.94º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D69CDF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 156 | 223 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.13 |
| HSL | 291.94º | 0.51% | 0.74% | - |
| HSV(B) | 291.94º | 0.3% | 0.87% | - |
| XYZ | 52.94 | 43.4 | 75.4 | - |
| YUV | 180.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 223 | 0.04 | 0.30 | 0 | 0.13 | 291.94 | 0.51 | 0.74 |
| Hex | D6 | 9C | DF | 4 | 1E | 0 | D | 124 | 33 | 4A |
| Octal | 326 | 234 | 337 | 4 | 36 | 0 | 15 | 444 | 63 | 112 |
| Binary | 11010110 | 10011100 | 11011111 | 100 | 11110 | 0 | 1101 | 100100100 | 110011 | 1001010 |
Color Harmonies of #D69CDF
Complementary color
Monochromatic Colors of #D69CDF
Black with #D69CDF
Text Example
Text Example
White with #D69CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CDF; }
p { color: rgb(214,156,223); }
H1.HeaderClassName
{
color: #D69CDF;
}
.AnyTagClassName
{
color: #D69CDF;
}
</style>
background-color css
<style>
a { background-color: #D69CDF; }
a { background-color: rgb(214,156,223); }
div.DivClassName
{
background-color: #D69CDF;
}
.BgClassName
{
background-color: #D69CDF;
}
</style>
border-color css
<style>
span { border-color: #D69CDF; }
span { border-color: rgb(214,156,223); }
td.TdClassName
{
border-color: #D69CDF;
}
.TagClassName
{
border-color: #D69CDF;
}
</style>