#D081F7

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

Shades of Heliotrope #D081F7

Tints of Heliotrope #D081F7

Color information

#D081F7 (or 0xD081F7) is unknown color: approx Heliotrope. HEX triplet: D0, 81 and F7. RGB value is (208,129,247). Sum of RGB (Red+Green+Blue) = 208+129+247=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #D081F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081F7 is #2F7E08. Grayscale: #A5A5A5. Windows color (decimal): -3112457 or 16220624. OLE color: 16220624.

HSL color Cylindrical-coordinate representation of color #D081F7: hue angle of 280.17º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D081F7 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208129247-
CMYK0.160.4800.03
HSL280.17º88.06%73.73%-
HSV(B)280.17º47.77%96.86%-
XYZ50.6535.8392.24-
YUV166.07173.67157.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 129 (50.78% from 255) = 22.09%
BLUE value IS 247 (96.88% from 255) = 42.29%
R=35.62%
G=22.09%
B=42.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081292470.160.4800.03280.1788.0673.73
HexD081F7103003118584a
Octal320201367206003430130112
Binary1101000010000001111101111000011000001110001100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081F7; }

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

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

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

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

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

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

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

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