Shades of Wisteria #D099DB
Tints of Wisteria #D099DB
RGB
CMYK
RGB Variations
Color information
#D099DB (or 0xD099DB) is known color: Wisteria. HEX triplet: D0, 99 and DB. RGB value is (208,153,219). Sum of RGB (Red+Green+Blue) = 208+153+219=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 153 (60.16% from 255 or 26.38% 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 #D099DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099DB is #2F6624. Grayscale: #B0B0B0. Windows color (decimal): -3106341 or 14391760. OLE color: 14391760.
HSL color Cylindrical-coordinate representation of color #D099DB: hue angle of 290º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D099DB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 153 | 219 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.14 |
| HSL | 290º | 0.48% | 0.73% | - |
| HSV(B) | 290º | 0.3% | 0.86% | - |
| XYZ | 50.19 | 41.31 | 72.35 | - |
| YUV | 176.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 219 | 0.05 | 0.30 | 0 | 0.14 | 290 | 0.48 | 0.73 |
| Hex | D0 | 99 | DB | 5 | 1E | 0 | E | 122 | 30 | 49 |
| Octal | 320 | 231 | 333 | 5 | 36 | 0 | 16 | 442 | 60 | 111 |
| Binary | 11010000 | 10011001 | 11011011 | 101 | 11110 | 0 | 1110 | 100100010 | 110000 | 1001001 |
Color Harmonies of #D099DB
Complementary color
Monochromatic Colors of #D099DB
Black with #D099DB
Text Example
Text Example
White with #D099DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099DB; }
p { color: rgb(208,153,219); }
H1.HeaderClassName
{
color: #D099DB;
}
.AnyTagClassName
{
color: #D099DB;
}
</style>
background-color css
<style>
a { background-color: #D099DB; }
a { background-color: rgb(208,153,219); }
div.DivClassName
{
background-color: #D099DB;
}
.BgClassName
{
background-color: #D099DB;
}
</style>
border-color css
<style>
span { border-color: #D099DB; }
span { border-color: rgb(208,153,219); }
td.TdClassName
{
border-color: #D099DB;
}
.TagClassName
{
border-color: #D099DB;
}
</style>