#D76FF1

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

Shades of Heliotrope #D76FF1

Tints of Heliotrope #D76FF1

Color information

#D76FF1 (or 0xD76FF1) is unknown color: approx Heliotrope. HEX triplet: D7, 6F and F1. RGB value is (215,111,241). Sum of RGB (Red+Green+Blue) = 215+111+241=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #D76FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76FF1 is #28900E. Grayscale: #9C9C9C. Windows color (decimal): -2658319 or 15822807. OLE color: 15822807.

HSL color Cylindrical-coordinate representation of color #D76FF1: hue angle of 288º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D76FF1 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215111241-
CMYK0.110.5400.05
HSL288º82.28%69.02%-
HSV(B)288º53.94%94.51%-
XYZ49.5932.1786.81-
YUV156.92175.46169.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 111 (43.75% from 255) = 19.58%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=37.92%
G=19.58%
B=42.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151112410.110.5400.0528882.2869.02
HexD76FF1B36051205245
Octal327157361136605440122105
Binary110101111101111111100011011110110010110010000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FF1; }

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

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

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

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

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

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

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

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