#D090F8

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

Shades of Wisteria #D090F8

Tints of Wisteria #D090F8

Color information

#D090F8 (or 0xD090F8) is unknown color: approx Wisteria. HEX triplet: D0, 90 and F8. RGB value is (208,144,248). Sum of RGB (Red+Green+Blue) = 208+144+248=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #D090F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090F8 is #2F6F07. Grayscale: #AEAEAE. Windows color (decimal): -3108616 or 16290000. OLE color: 16290000.

HSL color Cylindrical-coordinate representation of color #D090F8: hue angle of 276.92º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D090F8 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208144248-
CMYK0.160.4200.03
HSL276.92º88.14%76.86%-
HSV(B)276.92º41.94%97.25%-
XYZ52.9340.1393.76-
YUV174.99169.2151.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 144 (56.64% from 255) = 24%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=34.67%
G=24%
B=41.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081442480.160.4200.03276.9288.1476.86
HexD090F8102A03115584d
Octal320220370205203425130115
Binary1101000010010000111110001000010101001110001010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090F8; }

 p { color: rgb(208,144,248); }

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

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

 a { background-color: rgb(208,144,248); }

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

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

 span { border-color: rgb(208,144,248); }

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