Shades of Wisteria #D28DEF
Tints of Wisteria #D28DEF
RGB
CMYK
RGB Variations
Color information
#D28DEF (or 0xD28DEF) is known color: Wisteria. HEX triplet: D2, 8D and EF. RGB value is (210,141,239). Sum of RGB (Red+Green+Blue) = 210+141+239=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #D28DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DEF is #2D7210. Grayscale: #ACACAC. Windows color (decimal): -2978321 or 15699410. OLE color: 15699410.
HSL color Cylindrical-coordinate representation of color #D28DEF: hue angle of 282.24º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28DEF is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 141 | 239 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.06 |
| HSL | 282.24º | 0.75% | 0.75% | - |
| HSV(B) | 282.24º | 0.41% | 0.94% | - |
| XYZ | 51.68 | 38.98 | 86.46 | - |
| YUV | 172.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 239 | 0.12 | 0.41 | 0 | 0.06 | 282.24 | 0.75 | 0.75 |
| Hex | D2 | 8D | EF | C | 29 | 0 | 6 | 11A | 4B | 4B |
| Octal | 322 | 215 | 357 | 14 | 51 | 0 | 6 | 432 | 113 | 113 |
| Binary | 11010010 | 10001101 | 11101111 | 1100 | 101001 | 0 | 110 | 100011010 | 1001011 | 1001011 |
Color Harmonies of #D28DEF
Complementary color
Monochromatic Colors of #D28DEF
Black with #D28DEF
Text Example
Text Example
White with #D28DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28DEF; }
p { color: rgb(210,141,239); }
H1.HeaderClassName
{
color: #D28DEF;
}
.AnyTagClassName
{
color: #D28DEF;
}
</style>
background-color css
<style>
a { background-color: #D28DEF; }
a { background-color: rgb(210,141,239); }
div.DivClassName
{
background-color: #D28DEF;
}
.BgClassName
{
background-color: #D28DEF;
}
</style>
border-color css
<style>
span { border-color: #D28DEF; }
span { border-color: rgb(210,141,239); }
td.TdClassName
{
border-color: #D28DEF;
}
.TagClassName
{
border-color: #D28DEF;
}
</style>