Shades of Plum #D69CDC
Tints of Plum #D69CDC
RGB
CMYK
RGB Variations
Color information
#D69CDC (or 0xD69CDC) is known color: Plum. HEX triplet: D6, 9C and DC. RGB value is (214,156,220). Sum of RGB (Red+Green+Blue) = 214+156+220=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #D69CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CDC is #296323. Grayscale: #B4B4B4. Windows color (decimal): -2712356 or 14458070. OLE color: 14458070.
HSL color Cylindrical-coordinate representation of color #D69CDC: hue angle of 294.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69CDC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 156 | 220 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.14 |
| HSL | 294.38º | 0.48% | 0.74% | - |
| HSV(B) | 294.38º | 0.29% | 0.86% | - |
| XYZ | 52.54 | 43.24 | 73.29 | - |
| YUV | 180.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 220 | 0.03 | 0.29 | 0 | 0.14 | 294.38 | 0.48 | 0.74 |
| Hex | D6 | 9C | DC | 3 | 1D | 0 | E | 126 | 30 | 4A |
| Octal | 326 | 234 | 334 | 3 | 35 | 0 | 16 | 446 | 60 | 112 |
| Binary | 11010110 | 10011100 | 11011100 | 11 | 11101 | 0 | 1110 | 100100110 | 110000 | 1001010 |
Color Harmonies of #D69CDC
Complementary color
Monochromatic Colors of #D69CDC
Black with #D69CDC
Text Example
Text Example
White with #D69CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69CDC; }
p { color: rgb(214,156,220); }
H1.HeaderClassName
{
color: #D69CDC;
}
.AnyTagClassName
{
color: #D69CDC;
}
</style>
background-color css
<style>
a { background-color: #D69CDC; }
a { background-color: rgb(214,156,220); }
div.DivClassName
{
background-color: #D69CDC;
}
.BgClassName
{
background-color: #D69CDC;
}
</style>
border-color css
<style>
span { border-color: #D69CDC; }
span { border-color: rgb(214,156,220); }
td.TdClassName
{
border-color: #D69CDC;
}
.TagClassName
{
border-color: #D69CDC;
}
</style>