Shades of Plum #D68CDD
Tints of Plum #D68CDD
RGB
CMYK
RGB Variations
Color information
#D68CDD (or 0xD68CDD) is known color: Plum. HEX triplet: D6, 8C and DD. RGB value is (214,140,221). Sum of RGB (Red+Green+Blue) = 214+140+221=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D68CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CDD is #297322. Grayscale: #ABABAB. Windows color (decimal): -2716451 or 14519510. OLE color: 14519510.
HSL color Cylindrical-coordinate representation of color #D68CDD: hue angle of 294.81º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68CDD is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 140 | 221 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.13 |
| HSL | 294.81º | 0.54% | 0.71% | - |
| HSV(B) | 294.81º | 0.37% | 0.87% | - |
| XYZ | 50.16 | 38.27 | 73.15 | - |
| YUV | 171.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 221 | 0.03 | 0.37 | 0 | 0.13 | 294.81 | 0.54 | 0.71 |
| Hex | D6 | 8C | DD | 3 | 25 | 0 | D | 127 | 36 | 47 |
| Octal | 326 | 214 | 335 | 3 | 45 | 0 | 15 | 447 | 66 | 107 |
| Binary | 11010110 | 10001100 | 11011101 | 11 | 100101 | 0 | 1101 | 100100111 | 110110 | 1000111 |
Color Harmonies of #D68CDD
Complementary color
Monochromatic Colors of #D68CDD
Black with #D68CDD
Text Example
Text Example
White with #D68CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CDD; }
p { color: rgb(214,140,221); }
H1.HeaderClassName
{
color: #D68CDD;
}
.AnyTagClassName
{
color: #D68CDD;
}
</style>
background-color css
<style>
a { background-color: #D68CDD; }
a { background-color: rgb(214,140,221); }
div.DivClassName
{
background-color: #D68CDD;
}
.BgClassName
{
background-color: #D68CDD;
}
</style>
border-color css
<style>
span { border-color: #D68CDD; }
span { border-color: rgb(214,140,221); }
td.TdClassName
{
border-color: #D68CDD;
}
.TagClassName
{
border-color: #D68CDD;
}
</style>