Shades of Wisteria #D099E5
Tints of Wisteria #D099E5
RGB
CMYK
RGB Variations
Color information
#D099E5 (or 0xD099E5) is known color: Wisteria. HEX triplet: D0, 99 and E5. RGB value is (208,153,229). Sum of RGB (Red+Green+Blue) = 208+153+229=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #D099E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099E5 is #2F661A. Grayscale: #B1B1B1. Windows color (decimal): -3106331 or 15047120. OLE color: 15047120.
HSL color Cylindrical-coordinate representation of color #D099E5: hue angle of 283.42º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D099E5 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 208 | 153 | 229 | - |
CMYK | 0.09 | 0.33 | 0 | 0.10 |
HSL | 283.42º | 0.59% | 0.75% | - |
HSV(B) | 283.42º | 0.33% | 0.9% | - |
XYZ | 51.55 | 41.85 | 79.49 | - |
YUV | 178.11 | 156.72 | 149.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 153 | 229 | 0.09 | 0.33 | 0 | 0.10 | 283.42 | 0.59 | 0.75 |
Hex | D0 | 99 | E5 | 9 | 21 | 0 | A | 11B | 3B | 4B |
Octal | 320 | 231 | 345 | 11 | 41 | 0 | 12 | 433 | 73 | 113 |
Binary | 11010000 | 10011001 | 11100101 | 1001 | 100001 | 0 | 1010 | 100011011 | 111011 | 1001011 |
Color Harmonies of #D099E5
Complementary color
Monochromatic Colors of #D099E5
Black with #D099E5
Text Example
Text Example
White with #D099E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099E5; }
p { color: rgb(208,153,229); }
H1.HeaderClassName
{
color: #D099E5;
}
.AnyTagClassName
{
color: #D099E5;
}
</style>
background-color css
<style>
a { background-color: #D099E5; }
a { background-color: rgb(208,153,229); }
div.DivClassName
{
background-color: #D099E5;
}
.BgClassName
{
background-color: #D099E5;
}
</style>
border-color css
<style>
span { border-color: #D099E5; }
span { border-color: rgb(208,153,229); }
td.TdClassName
{
border-color: #D099E5;
}
.TagClassName
{
border-color: #D099E5;
}
</style>