Shades of Wisteria #D099DC
Tints of Wisteria #D099DC
RGB
CMYK
RGB Variations
Color information
#D099DC (or 0xD099DC) is known color: Wisteria. HEX triplet: D0, 99 and DC. RGB value is (208,153,220). Sum of RGB (Red+Green+Blue) = 208+153+220=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #D099DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099DC is #2F6623. Grayscale: #B0B0B0. Windows color (decimal): -3106340 or 14457296. OLE color: 14457296.
HSL color Cylindrical-coordinate representation of color #D099DC: hue angle of 289.25º degrees, saturation: 0.49, 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 #D099DC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 153 | 220 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.14 |
| HSL | 289.25º | 0.49% | 0.73% | - |
| HSV(B) | 289.25º | 0.3% | 0.86% | - |
| XYZ | 50.32 | 41.36 | 73.04 | - |
| YUV | 177.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 220 | 0.05 | 0.30 | 0 | 0.14 | 289.25 | 0.49 | 0.73 |
| Hex | D0 | 99 | DC | 5 | 1E | 0 | E | 121 | 31 | 49 |
| Octal | 320 | 231 | 334 | 5 | 36 | 0 | 16 | 441 | 61 | 111 |
| Binary | 11010000 | 10011001 | 11011100 | 101 | 11110 | 0 | 1110 | 100100001 | 110001 | 1001001 |
Color Harmonies of #D099DC
Complementary color
Monochromatic Colors of #D099DC
Black with #D099DC
Text Example
Text Example
White with #D099DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099DC; }
p { color: rgb(208,153,220); }
H1.HeaderClassName
{
color: #D099DC;
}
.AnyTagClassName
{
color: #D099DC;
}
</style>
background-color css
<style>
a { background-color: #D099DC; }
a { background-color: rgb(208,153,220); }
div.DivClassName
{
background-color: #D099DC;
}
.BgClassName
{
background-color: #D099DC;
}
</style>
border-color css
<style>
span { border-color: #D099DC; }
span { border-color: rgb(208,153,220); }
td.TdClassName
{
border-color: #D099DC;
}
.TagClassName
{
border-color: #D099DC;
}
</style>