Shades of Wisteria #D099F1
Tints of Wisteria #D099F1
RGB
CMYK
RGB Variations
Color information
#D099F1 (or 0xD099F1) is known color: Wisteria. HEX triplet: D0, 99 and F1. RGB value is (208,153,241). Sum of RGB (Red+Green+Blue) = 208+153+241=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #D099F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099F1 is #2F660E. Grayscale: #B3B3B3. Windows color (decimal): -3106319 or 15833552. OLE color: 15833552.
HSL color Cylindrical-coordinate representation of color #D099F1: hue angle of 277.5º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D099F1 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 153 | 241 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.05 |
| HSL | 277.5º | 0.76% | 0.77% | - |
| HSV(B) | 277.5º | 0.37% | 0.95% | - |
| XYZ | 53.28 | 42.54 | 88.62 | - |
| YUV | 179.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 241 | 0.14 | 0.37 | 0 | 0.05 | 277.5 | 0.76 | 0.77 |
| Hex | D0 | 99 | F1 | E | 25 | 0 | 5 | 116 | 4C | 4D |
| Octal | 320 | 231 | 361 | 16 | 45 | 0 | 5 | 426 | 114 | 115 |
| Binary | 11010000 | 10011001 | 11110001 | 1110 | 100101 | 0 | 101 | 100010110 | 1001100 | 1001101 |
Color Harmonies of #D099F1
Complementary color
Monochromatic Colors of #D099F1
Black with #D099F1
Text Example
Text Example
White with #D099F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099F1; }
p { color: rgb(208,153,241); }
H1.HeaderClassName
{
color: #D099F1;
}
.AnyTagClassName
{
color: #D099F1;
}
</style>
background-color css
<style>
a { background-color: #D099F1; }
a { background-color: rgb(208,153,241); }
div.DivClassName
{
background-color: #D099F1;
}
.BgClassName
{
background-color: #D099F1;
}
</style>
border-color css
<style>
span { border-color: #D099F1; }
span { border-color: rgb(208,153,241); }
td.TdClassName
{
border-color: #D099F1;
}
.TagClassName
{
border-color: #D099F1;
}
</style>