Shades of Wisteria #D098DB
Tints of Wisteria #D098DB
RGB
CMYK
RGB Variations
Color information
#D098DB (or 0xD098DB) is known color: Wisteria. HEX triplet: D0, 98 and DB. RGB value is (208,152,219). Sum of RGB (Red+Green+Blue) = 208+152+219=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #D098DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098DB is #2F6724. Grayscale: #B0B0B0. Windows color (decimal): -3106597 or 14391504. OLE color: 14391504.
HSL color Cylindrical-coordinate representation of color #D098DB: hue angle of 290.15º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D098DB is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 152 | 219 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.14 |
| HSL | 290.15º | 0.48% | 0.73% | - |
| HSV(B) | 290.15º | 0.31% | 0.86% | - |
| XYZ | 50.03 | 40.98 | 72.29 | - |
| YUV | 176.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 219 | 0.05 | 0.31 | 0 | 0.14 | 290.15 | 0.48 | 0.73 |
| Hex | D0 | 98 | DB | 5 | 1F | 0 | E | 122 | 30 | 49 |
| Octal | 320 | 230 | 333 | 5 | 37 | 0 | 16 | 442 | 60 | 111 |
| Binary | 11010000 | 10011000 | 11011011 | 101 | 11111 | 0 | 1110 | 100100010 | 110000 | 1001001 |
Color Harmonies of #D098DB
Complementary color
Monochromatic Colors of #D098DB
Black with #D098DB
Text Example
Text Example
White with #D098DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098DB; }
p { color: rgb(208,152,219); }
H1.HeaderClassName
{
color: #D098DB;
}
.AnyTagClassName
{
color: #D098DB;
}
</style>
background-color css
<style>
a { background-color: #D098DB; }
a { background-color: rgb(208,152,219); }
div.DivClassName
{
background-color: #D098DB;
}
.BgClassName
{
background-color: #D098DB;
}
</style>
border-color css
<style>
span { border-color: #D098DB; }
span { border-color: rgb(208,152,219); }
td.TdClassName
{
border-color: #D098DB;
}
.TagClassName
{
border-color: #D098DB;
}
</style>