#D376FA

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

Shades of Heliotrope #D376FA

Tints of Heliotrope #D376FA

Color information

#D376FA (or 0xD376FA) is unknown color: approx Heliotrope. HEX triplet: D3, 76 and FA. RGB value is (211,118,250). Sum of RGB (Red+Green+Blue) = 211+118+250=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #D376FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D376FA is #2C8905. Grayscale: #A0A0A0. Windows color (decimal): -2918662 or 16414419. OLE color: 16414419.

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

Color convert

RGB211118250-
CMYK0.160.5300.02
HSL282.27º92.96%72.16%-
HSV(B)282.27º52.8%98.04%-
XYZ50.633.7194.28-
YUV160.85178.31163.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.44%
GREEN value IS 118 (46.48% from 255) = 20.38%
BLUE value IS 250 (98.05% from 255) = 43.18%
R=36.44%
G=20.38%
B=43.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111182500.160.5300.02282.2792.9672.16
HexD376FA10350211a5d48
Octal323166372206502432135110
Binary110100111110110111110101000011010101010001101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D376FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D376FA; }

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

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

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

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

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

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

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

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