Shades of Wisteria #D098DC
Tints of Wisteria #D098DC
RGB
CMYK
RGB Variations
Color information
#D098DC (or 0xD098DC) is known color: Wisteria. HEX triplet: D0, 98 and DC. RGB value is (208,152,220). Sum of RGB (Red+Green+Blue) = 208+152+220=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D098DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098DC is #2F6723. Grayscale: #B0B0B0. Windows color (decimal): -3106596 or 14457040. OLE color: 14457040.
HSL color Cylindrical-coordinate representation of color #D098DC: hue angle of 289.41º degrees, saturation: 0.49, 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 #D098DC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 152 | 220 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.14 |
| HSL | 289.41º | 0.49% | 0.73% | - |
| HSV(B) | 289.41º | 0.31% | 0.86% | - |
| XYZ | 50.16 | 41.03 | 72.99 | - |
| YUV | 176.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 220 | 0.05 | 0.31 | 0 | 0.14 | 289.41 | 0.49 | 0.73 |
| Hex | D0 | 98 | DC | 5 | 1F | 0 | E | 121 | 31 | 49 |
| Octal | 320 | 230 | 334 | 5 | 37 | 0 | 16 | 441 | 61 | 111 |
| Binary | 11010000 | 10011000 | 11011100 | 101 | 11111 | 0 | 1110 | 100100001 | 110001 | 1001001 |
Color Harmonies of #D098DC
Complementary color
Monochromatic Colors of #D098DC
Black with #D098DC
Text Example
Text Example
White with #D098DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098DC; }
p { color: rgb(208,152,220); }
H1.HeaderClassName
{
color: #D098DC;
}
.AnyTagClassName
{
color: #D098DC;
}
</style>
background-color css
<style>
a { background-color: #D098DC; }
a { background-color: rgb(208,152,220); }
div.DivClassName
{
background-color: #D098DC;
}
.BgClassName
{
background-color: #D098DC;
}
</style>
border-color css
<style>
span { border-color: #D098DC; }
span { border-color: rgb(208,152,220); }
td.TdClassName
{
border-color: #D098DC;
}
.TagClassName
{
border-color: #D098DC;
}
</style>