#D081FA

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

Shades of Heliotrope #D081FA

Tints of Heliotrope #D081FA

Color information

#D081FA (or 0xD081FA) is unknown color: approx Heliotrope. HEX triplet: D0, 81 and FA. RGB value is (208,129,250). Sum of RGB (Red+Green+Blue) = 208+129+250=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #D081FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081FA is #2F7E05. Grayscale: #A6A6A6. Windows color (decimal): -3112454 or 16417232. OLE color: 16417232.

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

Color convert

RGB208129250-
CMYK0.170.4800.02
HSL279.17º92.37%74.31%-
HSV(B)279.17º48.4%98.04%-
XYZ51.1236.0194.7-
YUV166.42175.17157.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.43%
GREEN value IS 129 (50.78% from 255) = 21.98%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=35.43%
G=21.98%
B=42.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081292500.170.4800.02279.1792.3774.31
HexD081FA1130021175c4a
Octal320201372216002427134112
Binary1101000010000001111110101000111000001010001011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081FA; }

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

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

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

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

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

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

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

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