#D77DFF

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

Shades of Heliotrope #D77DFF

Tints of Heliotrope #D77DFF

Color information

#D77DFF (or 0xD77DFF) is unknown color: approx Heliotrope. HEX triplet: D7, 7D and FF. RGB value is (215,125,255). Sum of RGB (Red+Green+Blue) = 215+125+255=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #D77DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DFF is #288200. Grayscale: #A6A6A6. Windows color (decimal): -2654721 or 16743895. OLE color: 16743895.

HSL color Cylindrical-coordinate representation of color #D77DFF: hue angle of 281.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77DFF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215125255-
CMYK0.160.5100
HSL281.54º100%74.51%-
HSV(B)281.54º50.98%100%-
XYZ53.4136.3398.81-
YUV166.73177.82162.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.13%
GREEN value IS 125 (49.22% from 255) = 21.01%
BLUE value IS 255 (100% from 255) = 42.86%
R=36.13%
G=21.01%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151252550.160.5100281.5410074.51
HexD77DFF10330011a644b
Octal327175377206300432144113
Binary11010111111110111111111100001100110010001101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DFF; }

 p { color: rgb(215,125,255); }

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

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

 a { background-color: rgb(215,125,255); }

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

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

 span { border-color: rgb(215,125,255); }

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