Shades of Wisteria #D592F3
Tints of Wisteria #D592F3
RGB
CMYK
RGB Variations
Color information
#D592F3 (or 0xD592F3) is known color: Wisteria. HEX triplet: D5, 92 and F3. RGB value is (213,146,243). Sum of RGB (Red+Green+Blue) = 213+146+243=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #D592F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592F3 is #2A6D0C. Grayscale: #B0B0B0. Windows color (decimal): -2780429 or 15962837. OLE color: 15962837.
HSL color Cylindrical-coordinate representation of color #D592F3: hue angle of 281.44º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D592F3 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 146 | 243 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.05 |
| HSL | 281.44º | 0.8% | 0.76% | - |
| HSV(B) | 281.44º | 0.4% | 0.95% | - |
| XYZ | 53.9 | 41.17 | 89.9 | - |
| YUV | 177.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 243 | 0.12 | 0.40 | 0 | 0.05 | 281.44 | 0.8 | 0.76 |
| Hex | D5 | 92 | F3 | C | 28 | 0 | 5 | 119 | 50 | 4C |
| Octal | 325 | 222 | 363 | 14 | 50 | 0 | 5 | 431 | 120 | 114 |
| Binary | 11010101 | 10010010 | 11110011 | 1100 | 101000 | 0 | 101 | 100011001 | 1010000 | 1001100 |
Color Harmonies of #D592F3
Complementary color
Monochromatic Colors of #D592F3
Black with #D592F3
Text Example
Text Example
White with #D592F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592F3; }
p { color: rgb(213,146,243); }
H1.HeaderClassName
{
color: #D592F3;
}
.AnyTagClassName
{
color: #D592F3;
}
</style>
background-color css
<style>
a { background-color: #D592F3; }
a { background-color: rgb(213,146,243); }
div.DivClassName
{
background-color: #D592F3;
}
.BgClassName
{
background-color: #D592F3;
}
</style>
border-color css
<style>
span { border-color: #D592F3; }
span { border-color: rgb(213,146,243); }
td.TdClassName
{
border-color: #D592F3;
}
.TagClassName
{
border-color: #D592F3;
}
</style>