#D376F6

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

Shades of Heliotrope #D376F6

Tints of Heliotrope #D376F6

Color information

#D376F6 (or 0xD376F6) is unknown color: approx Heliotrope. HEX triplet: D3, 76 and F6. RGB value is (211,118,246). Sum of RGB (Red+Green+Blue) = 211+118+246=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #D376F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376F6 is #2C8909. Grayscale: #9F9F9F. Windows color (decimal): -2918666 or 16152275. OLE color: 16152275.

HSL color Cylindrical-coordinate representation of color #D376F6: hue angle of 283.59º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D376F6 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB211118246-
CMYK0.140.5200.04
HSL283.59º87.67%71.37%-
HSV(B)283.59º52.03%96.47%-
XYZ49.9833.4691.01-
YUV160.4176.31164.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.70%
GREEN value IS 118 (46.48% from 255) = 20.52%
BLUE value IS 246 (96.48% from 255) = 42.78%
R=36.70%
G=20.52%
B=42.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2111182460.140.5200.04283.5987.6771.37
HexD376F6E340411c5847
Octal323166366166404434130107
Binary110100111110110111101101110110100010010001110010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D376F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D376F6; }

 p { color: rgb(211,118,246); }

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

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

 a { background-color: rgb(211,118,246); }

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

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

 span { border-color: rgb(211,118,246); }

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