#D084FA

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

Shades of Heliotrope #D084FA

Tints of Heliotrope #D084FA

Color information

#D084FA (or 0xD084FA) is unknown color: approx Heliotrope. HEX triplet: D0, 84 and FA. RGB value is (208,132,250). Sum of RGB (Red+Green+Blue) = 208+132+250=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #D084FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084FA is #2F7B05. Grayscale: #A7A7A7. Windows color (decimal): -3111686 or 16418000. OLE color: 16418000.

HSL color Cylindrical-coordinate representation of color #D084FA: hue angle of 278.64º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D084FA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208132250-
CMYK0.170.4700.02
HSL278.64º92.19%74.9%-
HSV(B)278.64º47.2%98.04%-
XYZ51.5236.8194.83-
YUV168.18174.18156.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.25%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=35.25%
G=22.37%
B=42.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081322500.170.4700.02278.6492.1974.9
HexD084FA112F021175c4b
Octal320204372215702427134113
Binary1101000010000100111110101000110111101010001011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084FA; }

 p { color: rgb(208,132,250); }

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

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

 a { background-color: rgb(208,132,250); }

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

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

 span { border-color: rgb(208,132,250); }

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