Shades of Plum #D69CDD
Tints of Plum #D69CDD
RGB
CMYK
RGB Variations
Color information
#D69CDD (or 0xD69CDD) is known color: Plum. HEX triplet: D6, 9C and DD. RGB value is (214,156,221). Sum of RGB (Red+Green+Blue) = 214+156+221=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #D69CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CDD is #296322. Grayscale: #B4B4B4. Windows color (decimal): -2712355 or 14523606. OLE color: 14523606.
HSL color Cylindrical-coordinate representation of color #D69CDD: hue angle of 293.54º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69CDD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 156 | 221 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.13 |
| HSL | 293.54º | 0.49% | 0.74% | - |
| HSV(B) | 293.54º | 0.29% | 0.87% | - |
| XYZ | 52.67 | 43.29 | 73.99 | - |
| YUV | 180.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 221 | 0.03 | 0.29 | 0 | 0.13 | 293.54 | 0.49 | 0.74 |
| Hex | D6 | 9C | DD | 3 | 1D | 0 | D | 126 | 31 | 4A |
| Octal | 326 | 234 | 335 | 3 | 35 | 0 | 15 | 446 | 61 | 112 |
| Binary | 11010110 | 10011100 | 11011101 | 11 | 11101 | 0 | 1101 | 100100110 | 110001 | 1001010 |
Color Harmonies of #D69CDD
Complementary color
Monochromatic Colors of #D69CDD
Black with #D69CDD
Text Example
Text Example
White with #D69CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CDD; }
p { color: rgb(214,156,221); }
H1.HeaderClassName
{
color: #D69CDD;
}
.AnyTagClassName
{
color: #D69CDD;
}
</style>
background-color css
<style>
a { background-color: #D69CDD; }
a { background-color: rgb(214,156,221); }
div.DivClassName
{
background-color: #D69CDD;
}
.BgClassName
{
background-color: #D69CDD;
}
</style>
border-color css
<style>
span { border-color: #D69CDD; }
span { border-color: rgb(214,156,221); }
td.TdClassName
{
border-color: #D69CDD;
}
.TagClassName
{
border-color: #D69CDD;
}
</style>