Shades of Wisteria #D894F2
Tints of Wisteria #D894F2
RGB
CMYK
RGB Variations
Color information
#D894F2 (or 0xD894F2) is known color: Wisteria. HEX triplet: D8, 94 and F2. RGB value is (216,148,242). Sum of RGB (Red+Green+Blue) = 216+148+242=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #D894F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D894F2 is #276B0D. Grayscale: #B2B2B2. Windows color (decimal): -2583310 or 15897816. OLE color: 15897816.
HSL color Cylindrical-coordinate representation of color #D894F2: hue angle of 283.4º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D894F2 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 148 | 242 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.05 |
| HSL | 283.4º | 0.78% | 0.76% | - |
| HSV(B) | 283.4º | 0.39% | 0.95% | - |
| XYZ | 54.94 | 42.19 | 89.25 | - |
| YUV | 179.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 242 | 0.11 | 0.39 | 0 | 0.05 | 283.4 | 0.78 | 0.76 |
| Hex | D8 | 94 | F2 | B | 27 | 0 | 5 | 11B | 4E | 4C |
| Octal | 330 | 224 | 362 | 13 | 47 | 0 | 5 | 433 | 116 | 114 |
| Binary | 11011000 | 10010100 | 11110010 | 1011 | 100111 | 0 | 101 | 100011011 | 1001110 | 1001100 |
Color Harmonies of #D894F2
Complementary color
Monochromatic Colors of #D894F2
Black with #D894F2
Text Example
Text Example
White with #D894F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894F2; }
p { color: rgb(216,148,242); }
H1.HeaderClassName
{
color: #D894F2;
}
.AnyTagClassName
{
color: #D894F2;
}
</style>
background-color css
<style>
a { background-color: #D894F2; }
a { background-color: rgb(216,148,242); }
div.DivClassName
{
background-color: #D894F2;
}
.BgClassName
{
background-color: #D894F2;
}
</style>
border-color css
<style>
span { border-color: #D894F2; }
span { border-color: rgb(216,148,242); }
td.TdClassName
{
border-color: #D894F2;
}
.TagClassName
{
border-color: #D894F2;
}
</style>