Shades of Wisteria #D4AADF
Tints of Wisteria #D4AADF
RGB
CMYK
RGB Variations
Color information
#D4AADF (or 0xD4AADF) is known color: Wisteria. HEX triplet: D4, AA and DF. RGB value is (212,170,223). Sum of RGB (Red+Green+Blue) = 212+170+223=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AADF is #2B5520. Grayscale: #BCBCBC. Windows color (decimal): -2839841 or 14658260. OLE color: 14658260.
HSL color Cylindrical-coordinate representation of color #D4AADF: hue angle of 287.55º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4AADF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 170 | 223 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.13 |
| HSL | 287.55º | 0.45% | 0.77% | - |
| HSV(B) | 287.55º | 0.24% | 0.87% | - |
| XYZ | 54.85 | 48.07 | 76.2 | - |
| YUV | 188.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 223 | 0.05 | 0.24 | 0 | 0.13 | 287.55 | 0.45 | 0.77 |
| Hex | D4 | AA | DF | 5 | 18 | 0 | D | 120 | 2D | 4D |
| Octal | 324 | 252 | 337 | 5 | 30 | 0 | 15 | 440 | 55 | 115 |
| Binary | 11010100 | 10101010 | 11011111 | 101 | 11000 | 0 | 1101 | 100100000 | 101101 | 1001101 |
Color Harmonies of #D4AADF
Complementary color
Monochromatic Colors of #D4AADF
Black with #D4AADF
Text Example
Text Example
White with #D4AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AADF; }
p { color: rgb(212,170,223); }
H1.HeaderClassName
{
color: #D4AADF;
}
.AnyTagClassName
{
color: #D4AADF;
}
</style>
background-color css
<style>
a { background-color: #D4AADF; }
a { background-color: rgb(212,170,223); }
div.DivClassName
{
background-color: #D4AADF;
}
.BgClassName
{
background-color: #D4AADF;
}
</style>
border-color css
<style>
span { border-color: #D4AADF; }
span { border-color: rgb(212,170,223); }
td.TdClassName
{
border-color: #D4AADF;
}
.TagClassName
{
border-color: #D4AADF;
}
</style>