Shades of Wisteria #D599F0
Tints of Wisteria #D599F0
RGB
CMYK
RGB Variations
Color information
#D599F0 (or 0xD599F0) is known color: Wisteria. HEX triplet: D5, 99 and F0. RGB value is (213,153,240). Sum of RGB (Red+Green+Blue) = 213+153+240=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #D599F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D599F0 is #2A660F. Grayscale: #B4B4B4. Windows color (decimal): -2778640 or 15768021. OLE color: 15768021.
HSL color Cylindrical-coordinate representation of color #D599F0: hue angle of 281.38º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D599F0 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 153 | 240 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.06 |
| HSL | 281.38º | 0.74% | 0.77% | - |
| HSV(B) | 281.38º | 0.36% | 0.94% | - |
| XYZ | 54.56 | 43.22 | 87.9 | - |
| YUV | 180.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 240 | 0.11 | 0.36 | 0 | 0.06 | 281.38 | 0.74 | 0.77 |
| Hex | D5 | 99 | F0 | B | 24 | 0 | 6 | 119 | 4A | 4D |
| Octal | 325 | 231 | 360 | 13 | 44 | 0 | 6 | 431 | 112 | 115 |
| Binary | 11010101 | 10011001 | 11110000 | 1011 | 100100 | 0 | 110 | 100011001 | 1001010 | 1001101 |
Color Harmonies of #D599F0
Complementary color
Monochromatic Colors of #D599F0
Black with #D599F0
Text Example
Text Example
White with #D599F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599F0; }
p { color: rgb(213,153,240); }
H1.HeaderClassName
{
color: #D599F0;
}
.AnyTagClassName
{
color: #D599F0;
}
</style>
background-color css
<style>
a { background-color: #D599F0; }
a { background-color: rgb(213,153,240); }
div.DivClassName
{
background-color: #D599F0;
}
.BgClassName
{
background-color: #D599F0;
}
</style>
border-color css
<style>
span { border-color: #D599F0; }
span { border-color: rgb(213,153,240); }
td.TdClassName
{
border-color: #D599F0;
}
.TagClassName
{
border-color: #D599F0;
}
</style>