Shades of Wisteria #D28FEF
Tints of Wisteria #D28FEF
RGB
CMYK
RGB Variations
Color information
#D28FEF (or 0xD28FEF) is known color: Wisteria. HEX triplet: D2, 8F and EF. RGB value is (210,143,239). Sum of RGB (Red+Green+Blue) = 210+143+239=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #D28FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FEF is #2D7010. Grayscale: #ADADAD. Windows color (decimal): -2977809 or 15699922. OLE color: 15699922.
HSL color Cylindrical-coordinate representation of color #D28FEF: hue angle of 281.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D28FEF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 143 | 239 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.06 |
| HSL | 281.88º | 0.75% | 0.75% | - |
| HSV(B) | 281.88º | 0.4% | 0.94% | - |
| XYZ | 51.98 | 39.58 | 86.56 | - |
| YUV | 173.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 239 | 0.12 | 0.40 | 0 | 0.06 | 281.88 | 0.75 | 0.75 |
| Hex | D2 | 8F | EF | C | 28 | 0 | 6 | 11A | 4B | 4B |
| Octal | 322 | 217 | 357 | 14 | 50 | 0 | 6 | 432 | 113 | 113 |
| Binary | 11010010 | 10001111 | 11101111 | 1100 | 101000 | 0 | 110 | 100011010 | 1001011 | 1001011 |
Color Harmonies of #D28FEF
Complementary color
Monochromatic Colors of #D28FEF
Black with #D28FEF
Text Example
Text Example
White with #D28FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FEF; }
p { color: rgb(210,143,239); }
H1.HeaderClassName
{
color: #D28FEF;
}
.AnyTagClassName
{
color: #D28FEF;
}
</style>
background-color css
<style>
a { background-color: #D28FEF; }
a { background-color: rgb(210,143,239); }
div.DivClassName
{
background-color: #D28FEF;
}
.BgClassName
{
background-color: #D28FEF;
}
</style>
border-color css
<style>
span { border-color: #D28FEF; }
span { border-color: rgb(210,143,239); }
td.TdClassName
{
border-color: #D28FEF;
}
.TagClassName
{
border-color: #D28FEF;
}
</style>