#D770FF

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

Shades of Heliotrope #D770FF

Tints of Heliotrope #D770FF

Color information

#D770FF (or 0xD770FF) is unknown color: approx Heliotrope. HEX triplet: D7, 70 and FF. RGB value is (215,112,255). Sum of RGB (Red+Green+Blue) = 215+112+255=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #D770FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D770FF is #288F00. Grayscale: #9E9E9E. Windows color (decimal): -2658049 or 16740567. OLE color: 16740567.

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

Color convert

RGB215112255-
CMYK0.160.5600
HSL283.22º100%71.96%-
HSV(B)283.22º56.08%100%-
XYZ51.8733.2698.29-
YUV159.1182.12167.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.94%
GREEN value IS 112 (44.14% from 255) = 19.24%
BLUE value IS 255 (100% from 255) = 43.81%
R=36.94%
G=19.24%
B=43.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151122550.160.5600283.2210071.96
HexD770FF10380011b6448
Octal327160377207000433144110
Binary11010111111000011111111100001110000010001101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D770FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D770FF; }

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

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

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

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

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

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

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

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