Shades of Plum #D699D2
Tints of Plum #D699D2
RGB
CMYK
RGB Variations
Color information
#D699D2 (or 0xD699D2) is known color: Plum. HEX triplet: D6, 99 and D2. RGB value is (214,153,210). Sum of RGB (Red+Green+Blue) = 214+153+210=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D699D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699D2 is #29662D. Grayscale: #B1B1B1. Windows color (decimal): -2713134 or 13801942. OLE color: 13801942.
HSL color Cylindrical-coordinate representation of color #D699D2: hue angle of 303.93º 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 #D699D2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 210 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.16 |
| HSL | 303.93º | 0.43% | 0.72% | - |
| HSV(B) | 303.93º | 0.29% | 0.84% | - |
| XYZ | 50.76 | 41.73 | 66.35 | - |
| YUV | 177.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 210 | 0 | 0.29 | 0.02 | 0.16 | 303.93 | 0.43 | 0.72 |
| Hex | D6 | 99 | D2 | 0 | 1D | 2 | 10 | 130 | 2B | 48 |
| Octal | 326 | 231 | 322 | 0 | 35 | 2 | 20 | 460 | 53 | 110 |
| Binary | 11010110 | 10011001 | 11010010 | 0 | 11101 | 10 | 10000 | 100110000 | 101011 | 1001000 |
Color Harmonies of #D699D2
Complementary color
Monochromatic Colors of #D699D2
Black with #D699D2
Text Example
Text Example
White with #D699D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699D2; }
p { color: rgb(214,153,210); }
H1.HeaderClassName
{
color: #D699D2;
}
.AnyTagClassName
{
color: #D699D2;
}
</style>
background-color css
<style>
a { background-color: #D699D2; }
a { background-color: rgb(214,153,210); }
div.DivClassName
{
background-color: #D699D2;
}
.BgClassName
{
background-color: #D699D2;
}
</style>
border-color css
<style>
span { border-color: #D699D2; }
span { border-color: rgb(214,153,210); }
td.TdClassName
{
border-color: #D699D2;
}
.TagClassName
{
border-color: #D699D2;
}
</style>