Shades of Wisteria #D09CDD
Tints of Wisteria #D09CDD
RGB
CMYK
RGB Variations
Color information
#D09CDD (or 0xD09CDD) is known color: Wisteria. HEX triplet: D0, 9C and DD. RGB value is (208,156,221). Sum of RGB (Red+Green+Blue) = 208+156+221=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D09CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CDD is #2F6322. Grayscale: #B2B2B2. Windows color (decimal): -3105571 or 14523600. OLE color: 14523600.
HSL color Cylindrical-coordinate representation of color #D09CDD: hue angle of 288º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D09CDD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 156 | 221 | - |
CMYK | 0.06 | 0.29 | 0 | 0.13 |
HSL | 288º | 0.49% | 0.74% | - |
HSV(B) | 288º | 0.29% | 0.87% | - |
XYZ | 50.95 | 42.41 | 73.91 | - |
YUV | 178.96 | 151.73 | 148.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 156 | 221 | 0.06 | 0.29 | 0 | 0.13 | 288 | 0.49 | 0.74 |
Hex | D0 | 9C | DD | 6 | 1D | 0 | D | 120 | 31 | 4A |
Octal | 320 | 234 | 335 | 6 | 35 | 0 | 15 | 440 | 61 | 112 |
Binary | 11010000 | 10011100 | 11011101 | 110 | 11101 | 0 | 1101 | 100100000 | 110001 | 1001010 |
Color Harmonies of #D09CDD
Complementary color
Monochromatic Colors of #D09CDD
Black with #D09CDD
Text Example
Text Example
White with #D09CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CDD; }
p { color: rgb(208,156,221); }
H1.HeaderClassName
{
color: #D09CDD;
}
.AnyTagClassName
{
color: #D09CDD;
}
</style>
background-color css
<style>
a { background-color: #D09CDD; }
a { background-color: rgb(208,156,221); }
div.DivClassName
{
background-color: #D09CDD;
}
.BgClassName
{
background-color: #D09CDD;
}
</style>
border-color css
<style>
span { border-color: #D09CDD; }
span { border-color: rgb(208,156,221); }
td.TdClassName
{
border-color: #D09CDD;
}
.TagClassName
{
border-color: #D09CDD;
}
</style>