Shades of Wisteria #D0A8DB
Tints of Wisteria #D0A8DB
RGB
CMYK
RGB Variations
Color information
#D0A8DB (or 0xD0A8DB) is known color: Wisteria. HEX triplet: D0, A8 and DB. RGB value is (208,168,219). Sum of RGB (Red+Green+Blue) = 208+168+219=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8DB is #2F5724. Grayscale: #B9B9B9. Windows color (decimal): -3102501 or 14395600. OLE color: 14395600.
HSL color Cylindrical-coordinate representation of color #D0A8DB: hue angle of 287.06º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A8DB is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 168 | 219 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.14 |
| HSL | 287.06º | 0.41% | 0.76% | - |
| HSV(B) | 287.06º | 0.23% | 0.86% | - |
| XYZ | 52.8 | 46.53 | 73.22 | - |
| YUV | 185.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 219 | 0.05 | 0.23 | 0 | 0.14 | 287.06 | 0.41 | 0.76 |
| Hex | D0 | A8 | DB | 5 | 17 | 0 | E | 11F | 29 | 4C |
| Octal | 320 | 250 | 333 | 5 | 27 | 0 | 16 | 437 | 51 | 114 |
| Binary | 11010000 | 10101000 | 11011011 | 101 | 10111 | 0 | 1110 | 100011111 | 101001 | 1001100 |
Color Harmonies of #D0A8DB
Complementary color
Monochromatic Colors of #D0A8DB
Black with #D0A8DB
Text Example
Text Example
White with #D0A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A8DB; }
p { color: rgb(208,168,219); }
H1.HeaderClassName
{
color: #D0A8DB;
}
.AnyTagClassName
{
color: #D0A8DB;
}
</style>
background-color css
<style>
a { background-color: #D0A8DB; }
a { background-color: rgb(208,168,219); }
div.DivClassName
{
background-color: #D0A8DB;
}
.BgClassName
{
background-color: #D0A8DB;
}
</style>
border-color css
<style>
span { border-color: #D0A8DB; }
span { border-color: rgb(208,168,219); }
td.TdClassName
{
border-color: #D0A8DB;
}
.TagClassName
{
border-color: #D0A8DB;
}
</style>