Shades of Wisteria #D098DD
Tints of Wisteria #D098DD
RGB
CMYK
RGB Variations
Color information
#D098DD (or 0xD098DD) is known color: Wisteria. HEX triplet: D0, 98 and DD. RGB value is (208,152,221). Sum of RGB (Red+Green+Blue) = 208+152+221=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D098DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098DD is #2F6722. Grayscale: #B0B0B0. Windows color (decimal): -3106595 or 14522576. OLE color: 14522576.
HSL color Cylindrical-coordinate representation of color #D098DD: hue angle of 288.7º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D098DD is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 152 | 221 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.13 |
| HSL | 288.7º | 0.5% | 0.73% | - |
| HSV(B) | 288.7º | 0.31% | 0.87% | - |
| XYZ | 50.29 | 41.09 | 73.69 | - |
| YUV | 176.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 221 | 0.06 | 0.31 | 0 | 0.13 | 288.7 | 0.5 | 0.73 |
| Hex | D0 | 98 | DD | 6 | 1F | 0 | D | 121 | 32 | 49 |
| Octal | 320 | 230 | 335 | 6 | 37 | 0 | 15 | 441 | 62 | 111 |
| Binary | 11010000 | 10011000 | 11011101 | 110 | 11111 | 0 | 1101 | 100100001 | 110010 | 1001001 |
Color Harmonies of #D098DD
Complementary color
Monochromatic Colors of #D098DD
Black with #D098DD
Text Example
Text Example
White with #D098DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098DD; }
p { color: rgb(208,152,221); }
H1.HeaderClassName
{
color: #D098DD;
}
.AnyTagClassName
{
color: #D098DD;
}
</style>
background-color css
<style>
a { background-color: #D098DD; }
a { background-color: rgb(208,152,221); }
div.DivClassName
{
background-color: #D098DD;
}
.BgClassName
{
background-color: #D098DD;
}
</style>
border-color css
<style>
span { border-color: #D098DD; }
span { border-color: rgb(208,152,221); }
td.TdClassName
{
border-color: #D098DD;
}
.TagClassName
{
border-color: #D098DD;
}
</style>