#D089F2

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

Shades of Heliotrope #D089F2

Tints of Heliotrope #D089F2

Color information

#D089F2 (or 0xD089F2) is unknown color: approx Heliotrope. HEX triplet: D0, 89 and F2. RGB value is (208,137,242). Sum of RGB (Red+Green+Blue) = 208+137+242=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #D089F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D089F2 is #2F760D. Grayscale: #A9A9A9. Windows color (decimal): -3110414 or 15894992. OLE color: 15894992.

HSL color Cylindrical-coordinate representation of color #D089F2: hue angle of 280.57º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D089F2 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208137242-
CMYK0.140.4300.05
HSL280.57º80.15%74.31%-
HSV(B)280.57º43.39%94.9%-
XYZ50.9937.7188.6-
YUV170.2168.52154.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 137 (53.91% from 255) = 23.34%
BLUE value IS 242 (94.92% from 255) = 41.23%
R=35.43%
G=23.34%
B=41.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081372420.140.4300.05280.5780.1574.31
HexD089F2E2B05119504a
Octal320211362165305431120112
Binary1101000010001001111100101110101011010110001100110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089F2; }

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

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

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

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

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

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

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

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