Shades of Wisteria #D090DC
Tints of Wisteria #D090DC
RGB
CMYK
RGB Variations
Color information
#D090DC (or 0xD090DC) is known color: Wisteria. HEX triplet: D0, 90 and DC. RGB value is (208,144,220). Sum of RGB (Red+Green+Blue) = 208+144+220=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D090DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090DC is #2F6F23. Grayscale: #ABABAB. Windows color (decimal): -3108644 or 14454992. OLE color: 14454992.
HSL color Cylindrical-coordinate representation of color #D090DC: hue angle of 290.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D090DC is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 144 | 220 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.14 |
| HSL | 290.53º | 0.52% | 0.71% | - |
| HSV(B) | 290.53º | 0.35% | 0.86% | - |
| XYZ | 48.9 | 38.52 | 72.57 | - |
| YUV | 171.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 220 | 0.05 | 0.35 | 0 | 0.14 | 290.53 | 0.52 | 0.71 |
| Hex | D0 | 90 | DC | 5 | 23 | 0 | E | 123 | 34 | 47 |
| Octal | 320 | 220 | 334 | 5 | 43 | 0 | 16 | 443 | 64 | 107 |
| Binary | 11010000 | 10010000 | 11011100 | 101 | 100011 | 0 | 1110 | 100100011 | 110100 | 1000111 |
Color Harmonies of #D090DC
Complementary color
Monochromatic Colors of #D090DC
Black with #D090DC
Text Example
Text Example
White with #D090DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D090DC; }
p { color: rgb(208,144,220); }
H1.HeaderClassName
{
color: #D090DC;
}
.AnyTagClassName
{
color: #D090DC;
}
</style>
background-color css
<style>
a { background-color: #D090DC; }
a { background-color: rgb(208,144,220); }
div.DivClassName
{
background-color: #D090DC;
}
.BgClassName
{
background-color: #D090DC;
}
</style>
border-color css
<style>
span { border-color: #D090DC; }
span { border-color: rgb(208,144,220); }
td.TdClassName
{
border-color: #D090DC;
}
.TagClassName
{
border-color: #D090DC;
}
</style>