Shades of Wisteria #D099DF
Tints of Wisteria #D099DF
RGB
CMYK
RGB Variations
Color information
#D099DF (or 0xD099DF) is known color: Wisteria. HEX triplet: D0, 99 and DF. RGB value is (208,153,223). Sum of RGB (Red+Green+Blue) = 208+153+223=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #D099DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099DF is #2F6620. Grayscale: #B1B1B1. Windows color (decimal): -3106337 or 14653904. OLE color: 14653904.
HSL color Cylindrical-coordinate representation of color #D099DF: hue angle of 287.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D099DF is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 153 | 223 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.13 |
| HSL | 287.14º | 0.52% | 0.74% | - |
| HSV(B) | 287.14º | 0.31% | 0.87% | - |
| XYZ | 50.72 | 41.52 | 75.15 | - |
| YUV | 177.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 223 | 0.07 | 0.31 | 0 | 0.13 | 287.14 | 0.52 | 0.74 |
| Hex | D0 | 99 | DF | 7 | 1F | 0 | D | 11F | 34 | 4A |
| Octal | 320 | 231 | 337 | 7 | 37 | 0 | 15 | 437 | 64 | 112 |
| Binary | 11010000 | 10011001 | 11011111 | 111 | 11111 | 0 | 1101 | 100011111 | 110100 | 1001010 |
Color Harmonies of #D099DF
Complementary color
Monochromatic Colors of #D099DF
Black with #D099DF
Text Example
Text Example
White with #D099DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099DF; }
p { color: rgb(208,153,223); }
H1.HeaderClassName
{
color: #D099DF;
}
.AnyTagClassName
{
color: #D099DF;
}
</style>
background-color css
<style>
a { background-color: #D099DF; }
a { background-color: rgb(208,153,223); }
div.DivClassName
{
background-color: #D099DF;
}
.BgClassName
{
background-color: #D099DF;
}
</style>
border-color css
<style>
span { border-color: #D099DF; }
span { border-color: rgb(208,153,223); }
td.TdClassName
{
border-color: #D099DF;
}
.TagClassName
{
border-color: #D099DF;
}
</style>