Shades of Wisteria #D28FF0
Tints of Wisteria #D28FF0
RGB
CMYK
RGB Variations
Color information
#D28FF0 (or 0xD28FF0) is known color: Wisteria. HEX triplet: D2, 8F and F0. RGB value is (210,143,240). Sum of RGB (Red+Green+Blue) = 210+143+240=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #D28FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28FF0 is #2D700F. Grayscale: #ADADAD. Windows color (decimal): -2977808 or 15765458. OLE color: 15765458.
HSL color Cylindrical-coordinate representation of color #D28FF0: hue angle of 281.44º degrees, saturation: 0.76, 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 #D28FF0 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 143 | 240 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.06 |
| HSL | 281.44º | 0.76% | 0.75% | - |
| HSV(B) | 281.44º | 0.4% | 0.94% | - |
| XYZ | 52.13 | 39.64 | 87.34 | - |
| YUV | 174.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 240 | 0.12 | 0.40 | 0 | 0.06 | 281.44 | 0.76 | 0.75 |
| Hex | D2 | 8F | F0 | C | 28 | 0 | 6 | 119 | 4C | 4B |
| Octal | 322 | 217 | 360 | 14 | 50 | 0 | 6 | 431 | 114 | 113 |
| Binary | 11010010 | 10001111 | 11110000 | 1100 | 101000 | 0 | 110 | 100011001 | 1001100 | 1001011 |
Color Harmonies of #D28FF0
Complementary color
Monochromatic Colors of #D28FF0
Black with #D28FF0
Text Example
Text Example
White with #D28FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28FF0; }
p { color: rgb(210,143,240); }
H1.HeaderClassName
{
color: #D28FF0;
}
.AnyTagClassName
{
color: #D28FF0;
}
</style>
background-color css
<style>
a { background-color: #D28FF0; }
a { background-color: rgb(210,143,240); }
div.DivClassName
{
background-color: #D28FF0;
}
.BgClassName
{
background-color: #D28FF0;
}
</style>
border-color css
<style>
span { border-color: #D28FF0; }
span { border-color: rgb(210,143,240); }
td.TdClassName
{
border-color: #D28FF0;
}
.TagClassName
{
border-color: #D28FF0;
}
</style>