Shades of Plum #D495DB
Tints of Plum #D495DB
RGB
CMYK
RGB Variations
Color information
#D495DB (or 0xD495DB) is known color: Plum. HEX triplet: D4, 95 and DB. RGB value is (212,149,219). Sum of RGB (Red+Green+Blue) = 212+149+219=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #D495DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495DB is #2B6A24. Grayscale: #AFAFAF. Windows color (decimal): -2845221 or 14390740. OLE color: 14390740.
HSL color Cylindrical-coordinate representation of color #D495DB: hue angle of 294º 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 #D495DB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 149 | 219 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.14 |
| HSL | 294º | 0.49% | 0.72% | - |
| HSV(B) | 294º | 0.32% | 0.86% | - |
| XYZ | 50.69 | 40.61 | 72.18 | - |
| YUV | 175.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 219 | 0.03 | 0.32 | 0 | 0.14 | 294 | 0.49 | 0.72 |
| Hex | D4 | 95 | DB | 3 | 20 | 0 | E | 126 | 31 | 48 |
| Octal | 324 | 225 | 333 | 3 | 40 | 0 | 16 | 446 | 61 | 110 |
| Binary | 11010100 | 10010101 | 11011011 | 11 | 100000 | 0 | 1110 | 100100110 | 110001 | 1001000 |
Color Harmonies of #D495DB
Complementary color
Monochromatic Colors of #D495DB
Black with #D495DB
Text Example
Text Example
White with #D495DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495DB; }
p { color: rgb(212,149,219); }
H1.HeaderClassName
{
color: #D495DB;
}
.AnyTagClassName
{
color: #D495DB;
}
</style>
background-color css
<style>
a { background-color: #D495DB; }
a { background-color: rgb(212,149,219); }
div.DivClassName
{
background-color: #D495DB;
}
.BgClassName
{
background-color: #D495DB;
}
</style>
border-color css
<style>
span { border-color: #D495DB; }
span { border-color: rgb(212,149,219); }
td.TdClassName
{
border-color: #D495DB;
}
.TagClassName
{
border-color: #D495DB;
}
</style>