Shades of Wisteria #D28BEF
Tints of Wisteria #D28BEF
RGB
CMYK
RGB Variations
Color information
#D28BEF (or 0xD28BEF) is known color: Wisteria. HEX triplet: D2, 8B and EF. RGB value is (210,139,239). Sum of RGB (Red+Green+Blue) = 210+139+239=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 139 (54.69% from 255 or 23.64% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #D28BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28BEF is #2D7410. Grayscale: #ABABAB. Windows color (decimal): -2978833 or 15698898. OLE color: 15698898.
HSL color Cylindrical-coordinate representation of color #D28BEF: hue angle of 282.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D28BEF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 139 | 239 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.06 |
| HSL | 282.6º | 0.76% | 0.74% | - |
| HSV(B) | 282.6º | 0.42% | 0.94% | - |
| XYZ | 51.39 | 38.4 | 86.36 | - |
| YUV | 171.63 | 166.02 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 239 | 0.12 | 0.42 | 0 | 0.06 | 282.6 | 0.76 | 0.74 |
| Hex | D2 | 8B | EF | C | 2A | 0 | 6 | 11B | 4C | 4A |
| Octal | 322 | 213 | 357 | 14 | 52 | 0 | 6 | 433 | 114 | 112 |
| Binary | 11010010 | 10001011 | 11101111 | 1100 | 101010 | 0 | 110 | 100011011 | 1001100 | 1001010 |
Color Harmonies of #D28BEF
Complementary color
Monochromatic Colors of #D28BEF
Black with #D28BEF
Text Example
Text Example
White with #D28BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28BEF; }
p { color: rgb(210,139,239); }
H1.HeaderClassName
{
color: #D28BEF;
}
.AnyTagClassName
{
color: #D28BEF;
}
</style>
background-color css
<style>
a { background-color: #D28BEF; }
a { background-color: rgb(210,139,239); }
div.DivClassName
{
background-color: #D28BEF;
}
.BgClassName
{
background-color: #D28BEF;
}
</style>
border-color css
<style>
span { border-color: #D28BEF; }
span { border-color: rgb(210,139,239); }
td.TdClassName
{
border-color: #D28BEF;
}
.TagClassName
{
border-color: #D28BEF;
}
</style>