Shades of Wisteria #D092E2
Tints of Wisteria #D092E2
RGB
CMYK
RGB Variations
Color information
#D092E2 (or 0xD092E2) is known color: Wisteria. HEX triplet: D0, 92 and E2. RGB value is (208,146,226). Sum of RGB (Red+Green+Blue) = 208+146+226=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 226 - color contains mainly: blue. Hex color #D092E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092E2 is #2F6D1D. Grayscale: #ADADAD. Windows color (decimal): -3108126 or 14848720. OLE color: 14848720.
HSL color Cylindrical-coordinate representation of color #D092E2: hue angle of 286.5º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D092E2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 146 | 226 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.11 |
| HSL | 286.5º | 0.58% | 0.73% | - |
| HSV(B) | 286.5º | 0.35% | 0.89% | - |
| XYZ | 50.02 | 39.46 | 76.93 | - |
| YUV | 173.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 226 | 0.08 | 0.35 | 0 | 0.11 | 286.5 | 0.58 | 0.73 |
| Hex | D0 | 92 | E2 | 8 | 23 | 0 | B | 11E | 3A | 49 |
| Octal | 320 | 222 | 342 | 10 | 43 | 0 | 13 | 436 | 72 | 111 |
| Binary | 11010000 | 10010010 | 11100010 | 1000 | 100011 | 0 | 1011 | 100011110 | 111010 | 1001001 |
Color Harmonies of #D092E2
Complementary color
Monochromatic Colors of #D092E2
Black with #D092E2
Text Example
Text Example
White with #D092E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D092E2; }
p { color: rgb(208,146,226); }
H1.HeaderClassName
{
color: #D092E2;
}
.AnyTagClassName
{
color: #D092E2;
}
</style>
background-color css
<style>
a { background-color: #D092E2; }
a { background-color: rgb(208,146,226); }
div.DivClassName
{
background-color: #D092E2;
}
.BgClassName
{
background-color: #D092E2;
}
</style>
border-color css
<style>
span { border-color: #D092E2; }
span { border-color: rgb(208,146,226); }
td.TdClassName
{
border-color: #D092E2;
}
.TagClassName
{
border-color: #D092E2;
}
</style>