Shades of Plum #DA8ADB
Tints of Plum #DA8ADB
RGB
CMYK
RGB Variations
Color information
#DA8ADB (or 0xDA8ADB) is known color: Plum. HEX triplet: DA, 8A and DB. RGB value is (218,138,219). Sum of RGB (Red+Green+Blue) = 218+138+219=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ADB is #257524. Grayscale: #AAAAAA. Windows color (decimal): -2454821 or 14387930. OLE color: 14387930.
HSL color Cylindrical-coordinate representation of color #DA8ADB: hue angle of 299.26º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8ADB is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 138 | 219 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.14 |
| HSL | 299.26º | 0.53% | 0.7% | - |
| HSV(B) | 299.26º | 0.37% | 0.86% | - |
| XYZ | 50.79 | 38.2 | 71.71 | - |
| YUV | 171.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 219 | 0.00 | 0.37 | 0 | 0.14 | 299.26 | 0.53 | 0.7 |
| Hex | DA | 8A | DB | 0 | 25 | 0 | E | 12B | 35 | 46 |
| Octal | 332 | 212 | 333 | 0 | 45 | 0 | 16 | 453 | 65 | 106 |
| Binary | 11011010 | 10001010 | 11011011 | 0 | 100101 | 0 | 1110 | 100101011 | 110101 | 1000110 |
Color Harmonies of #DA8ADB
Complementary color
Monochromatic Colors of #DA8ADB
Black with #DA8ADB
Text Example
Text Example
White with #DA8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8ADB; }
p { color: rgb(218,138,219); }
H1.HeaderClassName
{
color: #DA8ADB;
}
.AnyTagClassName
{
color: #DA8ADB;
}
</style>
background-color css
<style>
a { background-color: #DA8ADB; }
a { background-color: rgb(218,138,219); }
div.DivClassName
{
background-color: #DA8ADB;
}
.BgClassName
{
background-color: #DA8ADB;
}
</style>
border-color css
<style>
span { border-color: #DA8ADB; }
span { border-color: rgb(218,138,219); }
td.TdClassName
{
border-color: #DA8ADB;
}
.TagClassName
{
border-color: #DA8ADB;
}
</style>