#D190F8

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

Shades of Wisteria #D190F8

Tints of Wisteria #D190F8

Color information

#D190F8 (or 0xD190F8) is unknown color: approx Wisteria. HEX triplet: D1, 90 and F8. RGB value is (209,144,248). Sum of RGB (Red+Green+Blue) = 209+144+248=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 248 (97.27% from 255 or 41.26% from 601); Max value from RGB is 248 - color contains mainly: blue. Hex color #D190F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D190F8 is #2E6F07. Grayscale: #AEAEAE. Windows color (decimal): -3043080 or 16290001. OLE color: 16290001.

HSL color Cylindrical-coordinate representation of color #D190F8: hue angle of 277.5º 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 #D190F8 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB209144248-
CMYK0.160.4200.03
HSL277.5º88.14%76.86%-
HSV(B)277.5º41.94%97.25%-
XYZ53.2140.2893.78-
YUV175.29169.03152.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 144 (56.64% from 255) = 23.96%
BLUE value IS 248 (97.27% from 255) = 41.26%
R=34.78%
G=23.96%
B=41.26%

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
Decimal2091442480.160.4200.03277.588.1476.86
HexD190F8102A03116584d
Octal321220370205203426130115
Binary1101000110010000111110001000010101001110001011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190F8; }

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

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

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

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

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

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

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

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