Shades of Plum #D699D0
Tints of Plum #D699D0
RGB
CMYK
RGB Variations
Color information
#D699D0 (or 0xD699D0) is known color: Plum. HEX triplet: D6, 99 and D0. RGB value is (214,153,208). Sum of RGB (Red+Green+Blue) = 214+153+208=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D699D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699D0 is #29662F. Grayscale: #B1B1B1. Windows color (decimal): -2713136 or 13670870. OLE color: 13670870.
HSL color Cylindrical-coordinate representation of color #D699D0: hue angle of 305.9º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699D0 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 208 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.16 |
| HSL | 305.9º | 0.43% | 0.72% | - |
| HSV(B) | 305.9º | 0.29% | 0.84% | - |
| XYZ | 50.51 | 41.63 | 65.05 | - |
| YUV | 177.51 | 145.21 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 208 | 0 | 0.29 | 0.03 | 0.16 | 305.9 | 0.43 | 0.72 |
| Hex | D6 | 99 | D0 | 0 | 1D | 3 | 10 | 132 | 2B | 48 |
| Octal | 326 | 231 | 320 | 0 | 35 | 3 | 20 | 462 | 53 | 110 |
| Binary | 11010110 | 10011001 | 11010000 | 0 | 11101 | 11 | 10000 | 100110010 | 101011 | 1001000 |
Color Harmonies of #D699D0
Complementary color
Monochromatic Colors of #D699D0
Black with #D699D0
Text Example
Text Example
White with #D699D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699D0; }
p { color: rgb(214,153,208); }
H1.HeaderClassName
{
color: #D699D0;
}
.AnyTagClassName
{
color: #D699D0;
}
</style>
background-color css
<style>
a { background-color: #D699D0; }
a { background-color: rgb(214,153,208); }
div.DivClassName
{
background-color: #D699D0;
}
.BgClassName
{
background-color: #D699D0;
}
</style>
border-color css
<style>
span { border-color: #D699D0; }
span { border-color: rgb(214,153,208); }
td.TdClassName
{
border-color: #D699D0;
}
.TagClassName
{
border-color: #D699D0;
}
</style>