Shades of Wisteria #D28CDF
Tints of Wisteria #D28CDF
RGB
CMYK
RGB Variations
Color information
#D28CDF (or 0xD28CDF) is known color: Wisteria. HEX triplet: D2, 8C and DF. RGB value is (210,140,223). Sum of RGB (Red+Green+Blue) = 210+140+223=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #D28CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CDF is #2D7320. Grayscale: #AAAAAA. Windows color (decimal): -2978593 or 14650578. OLE color: 14650578.
HSL color Cylindrical-coordinate representation of color #D28CDF: hue angle of 290.6º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28CDF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 140 | 223 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.13 |
| HSL | 290.6º | 0.56% | 0.71% | - |
| HSV(B) | 290.6º | 0.37% | 0.87% | - |
| XYZ | 49.28 | 37.79 | 74.51 | - |
| YUV | 170.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 223 | 0.06 | 0.37 | 0 | 0.13 | 290.6 | 0.56 | 0.71 |
| Hex | D2 | 8C | DF | 6 | 25 | 0 | D | 123 | 38 | 47 |
| Octal | 322 | 214 | 337 | 6 | 45 | 0 | 15 | 443 | 70 | 107 |
| Binary | 11010010 | 10001100 | 11011111 | 110 | 100101 | 0 | 1101 | 100100011 | 111000 | 1000111 |
Color Harmonies of #D28CDF
Complementary color
Monochromatic Colors of #D28CDF
Black with #D28CDF
Text Example
Text Example
White with #D28CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28CDF; }
p { color: rgb(210,140,223); }
H1.HeaderClassName
{
color: #D28CDF;
}
.AnyTagClassName
{
color: #D28CDF;
}
</style>
background-color css
<style>
a { background-color: #D28CDF; }
a { background-color: rgb(210,140,223); }
div.DivClassName
{
background-color: #D28CDF;
}
.BgClassName
{
background-color: #D28CDF;
}
</style>
border-color css
<style>
span { border-color: #D28CDF; }
span { border-color: rgb(210,140,223); }
td.TdClassName
{
border-color: #D28CDF;
}
.TagClassName
{
border-color: #D28CDF;
}
</style>