#D379FB

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

Shades of Heliotrope #D379FB

Tints of Heliotrope #D379FB

Color information

#D379FB (or 0xD379FB) is unknown color: approx Heliotrope. HEX triplet: D3, 79 and FB. RGB value is (211,121,251). Sum of RGB (Red+Green+Blue) = 211+121+251=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #D379FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379FB is #2C8604. Grayscale: #A2A2A2. Windows color (decimal): -2917893 or 16480723. OLE color: 16480723.

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

Color convert

RGB211121251-
CMYK0.160.5200.02
HSL281.54º94.2%72.94%-
HSV(B)281.54º51.79%98.43%-
XYZ51.1134.4995.23-
YUV162.73177.82162.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.19%
GREEN value IS 121 (47.66% from 255) = 20.75%
BLUE value IS 251 (98.44% from 255) = 43.05%
R=36.19%
G=20.75%
B=43.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111212510.160.5200.02281.5494.272.94
HexD379FB10340211a5e49
Octal323171373206402432136111
Binary110100111111001111110111000011010001010001101010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D379FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D379FB; }

 p { color: rgb(211,121,251); }

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

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

 a { background-color: rgb(211,121,251); }

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

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

 span { border-color: rgb(211,121,251); }

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