#D098DA

Color #D098DA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D098DA

Tints of Wisteria #D098DA

Color information

#D098DA (or 0xD098DA) is unknown color: approx Wisteria. HEX triplet: D0, 98 and DA. RGB value is (208,152,218). Sum of RGB (Red+Green+Blue) = 208+152+218=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D098DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D098DA is #2F6725. Grayscale: #B0B0B0. Windows color (decimal): -3106598 or 14325968. OLE color: 14325968.

HSL color Cylindrical-coordinate representation of color #D098DA: hue angle of 290.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D098DA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208152218-
CMYK0.050.3000.15
HSL290.91º47.14%72.55%-
HSV(B)290.91º30.28%85.49%-
XYZ49.940.9371.6-
YUV176.27151.55150.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 152 (59.77% from 255) = 26.30%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=35.99%
G=26.30%
B=37.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081522180.050.3000.15290.9147.1472.55
HexD098DA51E0F1232f49
Octal32023033253601744357111
Binary11010000100110001101101010111110011111001000111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D098DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D098DA; }

 p { color: rgb(208,152,218); }

 H1.HeaderClassName
 {
   color: #D098DA;
 }
 .AnyTagClassName
 {
   color: #D098DA;
 }
</style>
background-color css

<style>
 a { background-color: #D098DA; }

 a { background-color: rgb(208,152,218); }

 div.DivClassName
 {
   background-color: #D098DA;
 }
 .BgClassName
 {
   background-color: #D098DA;
 }
</style>
border-color css

<style>
 span { border-color: #D098DA; }

 span { border-color: rgb(208,152,218); }

 td.TdClassName
 {
   border-color: #D098DA;
 }
 .TagClassName
 {
   border-color: #D098DA;
 }
</style>