Shades of Plum #D699E2
Tints of Plum #D699E2
RGB
CMYK
RGB Variations
Color information
#D699E2 (or 0xD699E2) is known color: Plum. HEX triplet: D6, 99 and E2. RGB value is (214,153,226). Sum of RGB (Red+Green+Blue) = 214+153+226=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 226 - color contains mainly: blue. Hex color #D699E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699E2 is #29661D. Grayscale: #B3B3B3. Windows color (decimal): -2713118 or 14850518. OLE color: 14850518.
HSL color Cylindrical-coordinate representation of color #D699E2: hue angle of 290.14º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D699E2 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 153 | 226 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.11 |
| HSL | 290.14º | 0.56% | 0.74% | - |
| HSV(B) | 290.14º | 0.32% | 0.89% | - |
| XYZ | 52.85 | 42.57 | 77.38 | - |
| YUV | 179.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 226 | 0.05 | 0.32 | 0 | 0.11 | 290.14 | 0.56 | 0.74 |
| Hex | D6 | 99 | E2 | 5 | 20 | 0 | B | 122 | 38 | 4A |
| Octal | 326 | 231 | 342 | 5 | 40 | 0 | 13 | 442 | 70 | 112 |
| Binary | 11010110 | 10011001 | 11100010 | 101 | 100000 | 0 | 1011 | 100100010 | 111000 | 1001010 |
Color Harmonies of #D699E2
Complementary color
Monochromatic Colors of #D699E2
Black with #D699E2
Text Example
Text Example
White with #D699E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699E2; }
p { color: rgb(214,153,226); }
H1.HeaderClassName
{
color: #D699E2;
}
.AnyTagClassName
{
color: #D699E2;
}
</style>
background-color css
<style>
a { background-color: #D699E2; }
a { background-color: rgb(214,153,226); }
div.DivClassName
{
background-color: #D699E2;
}
.BgClassName
{
background-color: #D699E2;
}
</style>
border-color css
<style>
span { border-color: #D699E2; }
span { border-color: rgb(214,153,226); }
td.TdClassName
{
border-color: #D699E2;
}
.TagClassName
{
border-color: #D699E2;
}
</style>