#D99AF1

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

Shades of Wisteria #D99AF1

Tints of Wisteria #D99AF1

Color information

#D99AF1 (or 0xD99AF1) is unknown color: approx Wisteria. HEX triplet: D9, 9A and F1. RGB value is (217,154,241). Sum of RGB (Red+Green+Blue) = 217+154+241=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #D99AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AF1 is #26650E. Grayscale: #B6B6B6. Windows color (decimal): -2516239 or 15833817. OLE color: 15833817.

HSL color Cylindrical-coordinate representation of color #D99AF1: hue angle of 283.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D99AF1 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217154241-
CMYK0.100.3600.05
HSL283.45º75.65%77.45%-
HSV(B)283.45º36.1%94.51%-
XYZ56.0544.2188.8-
YUV182.76160.87152.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=35.46%
G=25.16%
B=39.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171542410.100.3600.05283.4575.6577.45
HexD99AF1A240511b4c4d
Octal331232361124405433114115
Binary1101100110011010111100011010100100010110001101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99AF1; }

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

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

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

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

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

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

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

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