#d99af0

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

Shades of Wisteria #D99AF0

Tints of Wisteria #D99AF0

Color information

#D99AF0 (or 0xD99AF0) is unknown color: approx Wisteria. HEX triplet: D9, 9A and F0. RGB value is (217,154,240). Sum of RGB (Red+Green+Blue) = 217+154+240=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 240 - color contains mainly: blue. Hex color #D99AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AF0 is #26650F. Grayscale: #B6B6B6. Windows color (decimal): -2516240 or 15768281. OLE color: 15768281.

HSL color Cylindrical-coordinate representation of color #D99AF0: hue angle of 283.95º 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 #D99AF0 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217154240-
CMYK0.100.3600.06
HSL283.95º74.14%77.25%-
HSV(B)283.95º35.83%94.12%-
XYZ55.944.1588.01-
YUV182.64160.37152.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 240 (94.14% from 255) = 39.28%
R=35.52%
G=25.20%
B=39.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171542400.100.3600.06283.9574.1477.25
HexD99AF0A240611c4a4d
Octal331232360124406434112115
Binary1101100110011010111100001010100100011010001110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d99af0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d99af0; }

 p { color: rgb(217,154,240); }

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

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

 a { background-color: rgb(217,154,240); }

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

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

 span { border-color: rgb(217,154,240); }

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