Shades of Plum #D68CCD
Tints of Plum #D68CCD
RGB
CMYK
RGB Variations
Color information
#D68CCD (or 0xD68CCD) is known color: Plum. HEX triplet: D6, 8C and CD. RGB value is (214,140,205). Sum of RGB (Red+Green+Blue) = 214+140+205=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68CCD is #297332. Grayscale: #A9A9A9. Windows color (decimal): -2716467 or 13470934. OLE color: 13470934.
HSL color Cylindrical-coordinate representation of color #D68CCD: hue angle of 307.3º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CCD is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 205 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.16 |
| HSL | 307.3º | 0.47% | 0.69% | - |
| HSV(B) | 307.3º | 0.35% | 0.84% | - |
| XYZ | 48.13 | 37.46 | 62.45 | - |
| YUV | 169.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 205 | 0 | 0.35 | 0.04 | 0.16 | 307.3 | 0.47 | 0.69 |
| Hex | D6 | 8C | CD | 0 | 23 | 4 | 10 | 133 | 2F | 45 |
| Octal | 326 | 214 | 315 | 0 | 43 | 4 | 20 | 463 | 57 | 105 |
| Binary | 11010110 | 10001100 | 11001101 | 0 | 100011 | 100 | 10000 | 100110011 | 101111 | 1000101 |
Color Harmonies of #D68CCD
Complementary color
Monochromatic Colors of #D68CCD
Black with #D68CCD
Text Example
Text Example
White with #D68CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68CCD; }
p { color: rgb(214,140,205); }
H1.HeaderClassName
{
color: #D68CCD;
}
.AnyTagClassName
{
color: #D68CCD;
}
</style>
background-color css
<style>
a { background-color: #D68CCD; }
a { background-color: rgb(214,140,205); }
div.DivClassName
{
background-color: #D68CCD;
}
.BgClassName
{
background-color: #D68CCD;
}
</style>
border-color css
<style>
span { border-color: #D68CCD; }
span { border-color: rgb(214,140,205); }
td.TdClassName
{
border-color: #D68CCD;
}
.TagClassName
{
border-color: #D68CCD;
}
</style>