#D76FF5

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

Shades of Heliotrope #D76FF5

Tints of Heliotrope #D76FF5

Color information

#D76FF5 (or 0xD76FF5) is unknown color: approx Heliotrope. HEX triplet: D7, 6F and F5. RGB value is (215,111,245). Sum of RGB (Red+Green+Blue) = 215+111+245=571 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.65% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #D76FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76FF5 is #28900A. Grayscale: #9C9C9C. Windows color (decimal): -2658315 or 16084951. OLE color: 16084951.

HSL color Cylindrical-coordinate representation of color #D76FF5: hue angle of 286.57º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76FF5 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB215111245-
CMYK0.120.5500.04
HSL286.57º87.01%69.8%-
HSV(B)286.57º54.69%96.08%-
XYZ50.1932.4190-
YUV157.37177.46169.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.65%
GREEN value IS 111 (43.75% from 255) = 19.44%
BLUE value IS 245 (96.09% from 255) = 42.91%
R=37.65%
G=19.44%
B=42.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2151112450.120.5500.04286.5787.0169.8
HexD76FF5C370411f5746
Octal327157365146704437127106
Binary110101111101111111101011100110111010010001111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FF5; }

 p { color: rgb(215,111,245); }

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

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

 a { background-color: rgb(215,111,245); }

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

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

 span { border-color: rgb(215,111,245); }

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