Shades of Wisteria #DA97EE
Tints of Wisteria #DA97EE
RGB
CMYK
RGB Variations
Color information
#DA97EE (or 0xDA97EE) is known color: Wisteria. HEX triplet: DA, 97 and EE. RGB value is (218,151,238). Sum of RGB (Red+Green+Blue) = 218+151+238=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA97EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA97EE is #256811. Grayscale: #B4B4B4. Windows color (decimal): -2451474 or 15636442. OLE color: 15636442.
HSL color Cylindrical-coordinate representation of color #DA97EE: hue angle of 286.21º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA97EE is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 151 | 238 | - |
CMYK | 0.08 | 0.37 | 0 | 0.07 |
HSL | 286.21º | 0.72% | 0.76% | - |
HSV(B) | 286.21º | 0.37% | 0.93% | - |
XYZ | 55.41 | 43.21 | 86.31 | - |
YUV | 180.95 | 160.2 | 154.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 151 | 238 | 0.08 | 0.37 | 0 | 0.07 | 286.21 | 0.72 | 0.76 |
Hex | DA | 97 | EE | 8 | 25 | 0 | 7 | 11E | 48 | 4C |
Octal | 332 | 227 | 356 | 10 | 45 | 0 | 7 | 436 | 110 | 114 |
Binary | 11011010 | 10010111 | 11101110 | 1000 | 100101 | 0 | 111 | 100011110 | 1001000 | 1001100 |
Color Harmonies of #DA97EE
Complementary color
Monochromatic Colors of #DA97EE
Black with #DA97EE
Text Example
Text Example
White with #DA97EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA97EE; }
p { color: rgb(218,151,238); }
H1.HeaderClassName
{
color: #DA97EE;
}
.AnyTagClassName
{
color: #DA97EE;
}
</style>
background-color css
<style>
a { background-color: #DA97EE; }
a { background-color: rgb(218,151,238); }
div.DivClassName
{
background-color: #DA97EE;
}
.BgClassName
{
background-color: #DA97EE;
}
</style>
border-color css
<style>
span { border-color: #DA97EE; }
span { border-color: rgb(218,151,238); }
td.TdClassName
{
border-color: #DA97EE;
}
.TagClassName
{
border-color: #DA97EE;
}
</style>