Shades of Plum #D699D4
Tints of Plum #D699D4
RGB
CMYK
RGB Variations
Color information
#D699D4 (or 0xD699D4) is known color: Plum. HEX triplet: D6, 99 and D4. RGB value is (214,153,212). Sum of RGB (Red+Green+Blue) = 214+153+212=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D699D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699D4 is #29662B. Grayscale: #B1B1B1. Windows color (decimal): -2713132 or 13933014. OLE color: 13933014.
HSL color Cylindrical-coordinate representation of color #D699D4: hue angle of 301.97º 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 #D699D4 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 212 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.16 |
| HSL | 301.97º | 0.43% | 0.72% | - |
| HSV(B) | 301.97º | 0.29% | 0.84% | - |
| XYZ | 51.01 | 41.83 | 67.67 | - |
| YUV | 177.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 212 | 0 | 0.29 | 0.01 | 0.16 | 301.97 | 0.43 | 0.72 |
| Hex | D6 | 99 | D4 | 0 | 1D | 1 | 10 | 12E | 2B | 48 |
| Octal | 326 | 231 | 324 | 0 | 35 | 1 | 20 | 456 | 53 | 110 |
| Binary | 11010110 | 10011001 | 11010100 | 0 | 11101 | 1 | 10000 | 100101110 | 101011 | 1001000 |
Color Harmonies of #D699D4
Complementary color
Monochromatic Colors of #D699D4
Black with #D699D4
Text Example
Text Example
White with #D699D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699D4; }
p { color: rgb(214,153,212); }
H1.HeaderClassName
{
color: #D699D4;
}
.AnyTagClassName
{
color: #D699D4;
}
</style>
background-color css
<style>
a { background-color: #D699D4; }
a { background-color: rgb(214,153,212); }
div.DivClassName
{
background-color: #D699D4;
}
.BgClassName
{
background-color: #D699D4;
}
</style>
border-color css
<style>
span { border-color: #D699D4; }
span { border-color: rgb(214,153,212); }
td.TdClassName
{
border-color: #D699D4;
}
.TagClassName
{
border-color: #D699D4;
}
</style>