Shades of Wisteria #D399F2
Tints of Wisteria #D399F2
RGB
CMYK
RGB Variations
Color information
#D399F2 (or 0xD399F2) is known color: Wisteria. HEX triplet: D3, 99 and F2. RGB value is (211,153,242). Sum of RGB (Red+Green+Blue) = 211+153+242=606 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.82% from 606); Green value is 153 (60.16% from 255 or 25.25% 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 #D399F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D399F2 is #2C660D. Grayscale: #B4B4B4. Windows color (decimal): -2909710 or 15899091. OLE color: 15899091.
HSL color Cylindrical-coordinate representation of color #D399F2: hue angle of 279.1º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D399F2 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 153 | 242 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.05 |
| HSL | 279.1º | 0.77% | 0.77% | - |
| HSV(B) | 279.1º | 0.37% | 0.95% | - |
| XYZ | 54.28 | 43.04 | 89.45 | - |
| YUV | 180.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 242 | 0.13 | 0.37 | 0 | 0.05 | 279.1 | 0.77 | 0.77 |
| Hex | D3 | 99 | F2 | D | 25 | 0 | 5 | 117 | 4D | 4D |
| Octal | 323 | 231 | 362 | 15 | 45 | 0 | 5 | 427 | 115 | 115 |
| Binary | 11010011 | 10011001 | 11110010 | 1101 | 100101 | 0 | 101 | 100010111 | 1001101 | 1001101 |
Color Harmonies of #D399F2
Complementary color
Monochromatic Colors of #D399F2
Black with #D399F2
Text Example
Text Example
White with #D399F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399F2; }
p { color: rgb(211,153,242); }
H1.HeaderClassName
{
color: #D399F2;
}
.AnyTagClassName
{
color: #D399F2;
}
</style>
background-color css
<style>
a { background-color: #D399F2; }
a { background-color: rgb(211,153,242); }
div.DivClassName
{
background-color: #D399F2;
}
.BgClassName
{
background-color: #D399F2;
}
</style>
border-color css
<style>
span { border-color: #D399F2; }
span { border-color: rgb(211,153,242); }
td.TdClassName
{
border-color: #D399F2;
}
.TagClassName
{
border-color: #D399F2;
}
</style>