#D077FE

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

Shades of Heliotrope #D077FE

Tints of Heliotrope #D077FE

Color information

#D077FE (or 0xD077FE) is unknown color: approx Heliotrope. HEX triplet: D0, 77 and FE. RGB value is (208,119,254). Sum of RGB (Red+Green+Blue) = 208+119+254=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #D077FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077FE is #2F8801. Grayscale: #A0A0A0. Windows color (decimal): -3115010 or 16676816. OLE color: 16676816.

HSL color Cylindrical-coordinate representation of color #D077FE: hue angle of 279.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D077FE is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB208119254-
CMYK0.180.5300.00
HSL279.56º98.54%73.14%-
HSV(B)279.56º53.15%99.61%-
XYZ50.533.7697.62-
YUV161180.49161.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 119 (46.88% from 255) = 20.48%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=35.80%
G=20.48%
B=43.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081192540.180.5300.00279.5698.5473.14
HexD077FE1235001186349
Octal320167376226500430143111
Binary11010000111011111111110100101101010010001100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D077FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D077FE; }

 p { color: rgb(208,119,254); }

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

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

 a { background-color: rgb(208,119,254); }

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

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

 span { border-color: rgb(208,119,254); }

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