Shades of Plum #D695DB
Tints of Plum #D695DB
RGB
CMYK
RGB Variations
Color information
#D695DB (or 0xD695DB) is known color: Plum. HEX triplet: D6, 95 and DB. RGB value is (214,149,219). Sum of RGB (Red+Green+Blue) = 214+149+219=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #D695DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695DB is #296A24. Grayscale: #B0B0B0. Windows color (decimal): -2714149 or 14390742. OLE color: 14390742.
HSL color Cylindrical-coordinate representation of color #D695DB: hue angle of 295.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D695DB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 149 | 219 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.14 |
| HSL | 295.71º | 0.49% | 0.72% | - |
| HSV(B) | 295.71º | 0.32% | 0.86% | - |
| XYZ | 51.27 | 40.91 | 72.21 | - |
| YUV | 176.42 | 152.03 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 219 | 0.02 | 0.32 | 0 | 0.14 | 295.71 | 0.49 | 0.72 |
| Hex | D6 | 95 | DB | 2 | 20 | 0 | E | 128 | 31 | 48 |
| Octal | 326 | 225 | 333 | 2 | 40 | 0 | 16 | 450 | 61 | 110 |
| Binary | 11010110 | 10010101 | 11011011 | 10 | 100000 | 0 | 1110 | 100101000 | 110001 | 1001000 |
Color Harmonies of #D695DB
Complementary color
Monochromatic Colors of #D695DB
Black with #D695DB
Text Example
Text Example
White with #D695DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D695DB; }
p { color: rgb(214,149,219); }
H1.HeaderClassName
{
color: #D695DB;
}
.AnyTagClassName
{
color: #D695DB;
}
</style>
background-color css
<style>
a { background-color: #D695DB; }
a { background-color: rgb(214,149,219); }
div.DivClassName
{
background-color: #D695DB;
}
.BgClassName
{
background-color: #D695DB;
}
</style>
border-color css
<style>
span { border-color: #D695DB; }
span { border-color: rgb(214,149,219); }
td.TdClassName
{
border-color: #D695DB;
}
.TagClassName
{
border-color: #D695DB;
}
</style>