Shades of Wisteria #D493E6
Tints of Wisteria #D493E6
RGB
CMYK
RGB Variations
Color information
#D493E6 (or 0xD493E6) is known color: Wisteria. HEX triplet: D4, 93 and E6. RGB value is (212,147,230). Sum of RGB (Red+Green+Blue) = 212+147+230=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #D493E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493E6 is #2B6C19. Grayscale: #AFAFAF. Windows color (decimal): -2845722 or 15111124. OLE color: 15111124.
HSL color Cylindrical-coordinate representation of color #D493E6: hue angle of 286.99º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D493E6 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 147 | 230 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.10 |
| HSL | 286.99º | 0.62% | 0.74% | - |
| HSV(B) | 286.99º | 0.36% | 0.9% | - |
| XYZ | 51.87 | 40.58 | 79.96 | - |
| YUV | 175.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 230 | 0.08 | 0.36 | 0 | 0.10 | 286.99 | 0.62 | 0.74 |
| Hex | D4 | 93 | E6 | 8 | 24 | 0 | A | 11F | 3E | 4A |
| Octal | 324 | 223 | 346 | 10 | 44 | 0 | 12 | 437 | 76 | 112 |
| Binary | 11010100 | 10010011 | 11100110 | 1000 | 100100 | 0 | 1010 | 100011111 | 111110 | 1001010 |
Color Harmonies of #D493E6
Complementary color
Monochromatic Colors of #D493E6
Black with #D493E6
Text Example
Text Example
White with #D493E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493E6; }
p { color: rgb(212,147,230); }
H1.HeaderClassName
{
color: #D493E6;
}
.AnyTagClassName
{
color: #D493E6;
}
</style>
background-color css
<style>
a { background-color: #D493E6; }
a { background-color: rgb(212,147,230); }
div.DivClassName
{
background-color: #D493E6;
}
.BgClassName
{
background-color: #D493E6;
}
</style>
border-color css
<style>
span { border-color: #D493E6; }
span { border-color: rgb(212,147,230); }
td.TdClassName
{
border-color: #D493E6;
}
.TagClassName
{
border-color: #D493E6;
}
</style>