Shades of Wisteria #D098F2
Tints of Wisteria #D098F2
RGB
CMYK
RGB Variations
Color information
#D098F2 (or 0xD098F2) is known color: Wisteria. HEX triplet: D0, 98 and F2. RGB value is (208,152,242). Sum of RGB (Red+Green+Blue) = 208+152+242=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #D098F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098F2 is #2F670D. Grayscale: #B2B2B2. Windows color (decimal): -3106574 or 15898832. OLE color: 15898832.
HSL color Cylindrical-coordinate representation of color #D098F2: hue angle of 277.33º degrees, saturation: 0.78, 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 #D098F2 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 152 | 242 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.05 |
| HSL | 277.33º | 0.78% | 0.77% | - |
| HSV(B) | 277.33º | 0.37% | 0.95% | - |
| XYZ | 53.27 | 42.28 | 89.36 | - |
| YUV | 179 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 242 | 0.14 | 0.37 | 0 | 0.05 | 277.33 | 0.78 | 0.77 |
| Hex | D0 | 98 | F2 | E | 25 | 0 | 5 | 115 | 4E | 4D |
| Octal | 320 | 230 | 362 | 16 | 45 | 0 | 5 | 425 | 116 | 115 |
| Binary | 11010000 | 10011000 | 11110010 | 1110 | 100101 | 0 | 101 | 100010101 | 1001110 | 1001101 |
Color Harmonies of #D098F2
Complementary color
Monochromatic Colors of #D098F2
Black with #D098F2
Text Example
Text Example
White with #D098F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098F2; }
p { color: rgb(208,152,242); }
H1.HeaderClassName
{
color: #D098F2;
}
.AnyTagClassName
{
color: #D098F2;
}
</style>
background-color css
<style>
a { background-color: #D098F2; }
a { background-color: rgb(208,152,242); }
div.DivClassName
{
background-color: #D098F2;
}
.BgClassName
{
background-color: #D098F2;
}
</style>
border-color css
<style>
span { border-color: #D098F2; }
span { border-color: rgb(208,152,242); }
td.TdClassName
{
border-color: #D098F2;
}
.TagClassName
{
border-color: #D098F2;
}
</style>