Shades of Wisteria #D097DA
Tints of Wisteria #D097DA
RGB
CMYK
RGB Variations
Color information
#D097DA (or 0xD097DA) is known color: Wisteria. HEX triplet: D0, 97 and DA. RGB value is (208,151,218). Sum of RGB (Red+Green+Blue) = 208+151+218=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #D097DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097DA is #2F6825. Grayscale: #AFAFAF. Windows color (decimal): -3106854 or 14325712. OLE color: 14325712.
HSL color Cylindrical-coordinate representation of color #D097DA: hue angle of 291.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D097DA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 151 | 218 | - |
CMYK | 0.05 | 0.31 | 0 | 0.15 |
HSL | 291.04º | 0.48% | 0.72% | - |
HSV(B) | 291.04º | 0.31% | 0.85% | - |
XYZ | 49.73 | 40.61 | 71.55 | - |
YUV | 175.68 | 151.88 | 151.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 151 | 218 | 0.05 | 0.31 | 0 | 0.15 | 291.04 | 0.48 | 0.72 |
Hex | D0 | 97 | DA | 5 | 1F | 0 | F | 123 | 30 | 48 |
Octal | 320 | 227 | 332 | 5 | 37 | 0 | 17 | 443 | 60 | 110 |
Binary | 11010000 | 10010111 | 11011010 | 101 | 11111 | 0 | 1111 | 100100011 | 110000 | 1001000 |
Color Harmonies of #D097DA
Complementary color
Monochromatic Colors of #D097DA
Black with #D097DA
Text Example
Text Example
White with #D097DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097DA; }
p { color: rgb(208,151,218); }
H1.HeaderClassName
{
color: #D097DA;
}
.AnyTagClassName
{
color: #D097DA;
}
</style>
background-color css
<style>
a { background-color: #D097DA; }
a { background-color: rgb(208,151,218); }
div.DivClassName
{
background-color: #D097DA;
}
.BgClassName
{
background-color: #D097DA;
}
</style>
border-color css
<style>
span { border-color: #D097DA; }
span { border-color: rgb(208,151,218); }
td.TdClassName
{
border-color: #D097DA;
}
.TagClassName
{
border-color: #D097DA;
}
</style>