Shades of Plum #D69ACF
Tints of Plum #D69ACF
RGB
CMYK
RGB Variations
Color information
#D69ACF (or 0xD69ACF) is known color: Plum. HEX triplet: D6, 9A and CF. RGB value is (214,154,207). Sum of RGB (Red+Green+Blue) = 214+154+207=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ACF is #296530. Grayscale: #B1B1B1. Windows color (decimal): -2712881 or 13605590. OLE color: 13605590.
HSL color Cylindrical-coordinate representation of color #D69ACF: hue angle of 307º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69ACF is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 207 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.16 |
| HSL | 307º | 0.42% | 0.72% | - |
| HSV(B) | 307º | 0.28% | 0.84% | - |
| XYZ | 50.55 | 41.91 | 64.46 | - |
| YUV | 177.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 207 | 0 | 0.28 | 0.03 | 0.16 | 307 | 0.42 | 0.72 |
| Hex | D6 | 9A | CF | 0 | 1C | 3 | 10 | 133 | 2A | 48 |
| Octal | 326 | 232 | 317 | 0 | 34 | 3 | 20 | 463 | 52 | 110 |
| Binary | 11010110 | 10011010 | 11001111 | 0 | 11100 | 11 | 10000 | 100110011 | 101010 | 1001000 |
Color Harmonies of #D69ACF
Complementary color
Monochromatic Colors of #D69ACF
Black with #D69ACF
Text Example
Text Example
White with #D69ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69ACF; }
p { color: rgb(214,154,207); }
H1.HeaderClassName
{
color: #D69ACF;
}
.AnyTagClassName
{
color: #D69ACF;
}
</style>
background-color css
<style>
a { background-color: #D69ACF; }
a { background-color: rgb(214,154,207); }
div.DivClassName
{
background-color: #D69ACF;
}
.BgClassName
{
background-color: #D69ACF;
}
</style>
border-color css
<style>
span { border-color: #D69ACF; }
span { border-color: rgb(214,154,207); }
td.TdClassName
{
border-color: #D69ACF;
}
.TagClassName
{
border-color: #D69ACF;
}
</style>