#D771FD

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

Shades of Heliotrope #D771FD

Tints of Heliotrope #D771FD

Color information

#D771FD (or 0xD771FD) is unknown color: approx Heliotrope. HEX triplet: D7, 71 and FD. RGB value is (215,113,253). Sum of RGB (Red+Green+Blue) = 215+113+253=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #D771FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D771FD is #288E02. Grayscale: #9F9F9F. Windows color (decimal): -2657795 or 16609751. OLE color: 16609751.

HSL color Cylindrical-coordinate representation of color #D771FD: hue angle of 283.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D771FD is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB215113253-
CMYK0.150.5500.01
HSL283.71º97.22%71.76%-
HSV(B)283.71º55.34%99.22%-
XYZ51.6633.3596.64-
YUV159.46180.79167.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.01%
GREEN value IS 113 (44.53% from 255) = 19.45%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=37.01%
G=19.45%
B=43.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2151132530.150.5500.01283.7197.2271.76
HexD771FDF370111c6148
Octal327161375176701434141110
Binary1101011111100011111110111111101110110001110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D771FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D771FD; }

 p { color: rgb(215,113,253); }

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

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

 a { background-color: rgb(215,113,253); }

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

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

 span { border-color: rgb(215,113,253); }

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