Shades of Wisteria #D08FE9
Tints of Wisteria #D08FE9
RGB
CMYK
RGB Variations
Color information
#D08FE9 (or 0xD08FE9) is known color: Wisteria. HEX triplet: D0, 8F and E9. RGB value is (208,143,233). Sum of RGB (Red+Green+Blue) = 208+143+233=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #D08FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FE9 is #2F7016. Grayscale: #ACACAC. Windows color (decimal): -3108887 or 15306704. OLE color: 15306704.
HSL color Cylindrical-coordinate representation of color #D08FE9: hue angle of 283.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D08FE9 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 143 | 233 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.09 |
| HSL | 283.33º | 0.67% | 0.74% | - |
| HSV(B) | 283.33º | 0.39% | 0.91% | - |
| XYZ | 50.54 | 38.94 | 81.94 | - |
| YUV | 172.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 233 | 0.11 | 0.39 | 0 | 0.09 | 283.33 | 0.67 | 0.74 |
| Hex | D0 | 8F | E9 | B | 27 | 0 | 9 | 11B | 43 | 4A |
| Octal | 320 | 217 | 351 | 13 | 47 | 0 | 11 | 433 | 103 | 112 |
| Binary | 11010000 | 10001111 | 11101001 | 1011 | 100111 | 0 | 1001 | 100011011 | 1000011 | 1001010 |
Color Harmonies of #D08FE9
Complementary color
Monochromatic Colors of #D08FE9
Black with #D08FE9
Text Example
Text Example
White with #D08FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08FE9; }
p { color: rgb(208,143,233); }
H1.HeaderClassName
{
color: #D08FE9;
}
.AnyTagClassName
{
color: #D08FE9;
}
</style>
background-color css
<style>
a { background-color: #D08FE9; }
a { background-color: rgb(208,143,233); }
div.DivClassName
{
background-color: #D08FE9;
}
.BgClassName
{
background-color: #D08FE9;
}
</style>
border-color css
<style>
span { border-color: #D08FE9; }
span { border-color: rgb(208,143,233); }
td.TdClassName
{
border-color: #D08FE9;
}
.TagClassName
{
border-color: #D08FE9;
}
</style>