Shades of Plum #D694DB
Tints of Plum #D694DB
RGB
CMYK
RGB Variations
Color information
#D694DB (or 0xD694DB) is known color: Plum. HEX triplet: D6, 94 and DB. RGB value is (214,148,219). Sum of RGB (Red+Green+Blue) = 214+148+219=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #D694DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694DB is #296B24. Grayscale: #AFAFAF. Windows color (decimal): -2714405 or 14390486. OLE color: 14390486.
HSL color Cylindrical-coordinate representation of color #D694DB: hue angle of 295.77º degrees, saturation: 0.5, 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 #D694DB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 148 | 219 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.14 |
| HSL | 295.77º | 0.5% | 0.72% | - |
| HSV(B) | 295.77º | 0.32% | 0.86% | - |
| XYZ | 51.11 | 40.59 | 72.16 | - |
| YUV | 175.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 219 | 0.02 | 0.32 | 0 | 0.14 | 295.77 | 0.5 | 0.72 |
| Hex | D6 | 94 | DB | 2 | 20 | 0 | E | 128 | 32 | 48 |
| Octal | 326 | 224 | 333 | 2 | 40 | 0 | 16 | 450 | 62 | 110 |
| Binary | 11010110 | 10010100 | 11011011 | 10 | 100000 | 0 | 1110 | 100101000 | 110010 | 1001000 |
Color Harmonies of #D694DB
Complementary color
Monochromatic Colors of #D694DB
Black with #D694DB
Text Example
Text Example
White with #D694DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D694DB; }
p { color: rgb(214,148,219); }
H1.HeaderClassName
{
color: #D694DB;
}
.AnyTagClassName
{
color: #D694DB;
}
</style>
background-color css
<style>
a { background-color: #D694DB; }
a { background-color: rgb(214,148,219); }
div.DivClassName
{
background-color: #D694DB;
}
.BgClassName
{
background-color: #D694DB;
}
</style>
border-color css
<style>
span { border-color: #D694DB; }
span { border-color: rgb(214,148,219); }
td.TdClassName
{
border-color: #D694DB;
}
.TagClassName
{
border-color: #D694DB;
}
</style>