#D089F0

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

Shades of Wisteria #D089F0

Tints of Wisteria #D089F0

Color information

#D089F0 (or 0xD089F0) is unknown color: approx Wisteria. HEX triplet: D0, 89 and F0. RGB value is (208,137,240). Sum of RGB (Red+Green+Blue) = 208+137+240=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 137 (53.91% from 255 or 23.42% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #D089F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D089F0 is #2F760F. Grayscale: #A9A9A9. Windows color (decimal): -3110416 or 15763920. OLE color: 15763920.

HSL color Cylindrical-coordinate representation of color #D089F0: hue angle of 281.36º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D089F0 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208137240-
CMYK0.130.4300.06
HSL281.36º77.44%73.92%-
HSV(B)281.36º42.92%94.12%-
XYZ50.6937.5987.02-
YUV169.97167.52155.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 137 (53.91% from 255) = 23.42%
BLUE value IS 240 (94.14% from 255) = 41.03%
R=35.56%
G=23.42%
B=41.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081372400.130.4300.06281.3677.4473.92
HexD089F0D2B061194d4a
Octal320211360155306431115112
Binary1101000010001001111100001101101011011010001100110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089F0; }

 p { color: rgb(208,137,240); }

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

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

 a { background-color: rgb(208,137,240); }

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

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

 span { border-color: rgb(208,137,240); }

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