#D373FA

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

Shades of Heliotrope #D373FA

Tints of Heliotrope #D373FA

Color information

#D373FA (or 0xD373FA) is unknown color: approx Heliotrope. HEX triplet: D3, 73 and FA. RGB value is (211,115,250). Sum of RGB (Red+Green+Blue) = 211+115+250=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #D373FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373FA is #2C8C05. Grayscale: #9E9E9E. Windows color (decimal): -2919430 or 16413651. OLE color: 16413651.

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

Color convert

RGB211115250-
CMYK0.160.5400.02
HSL282.67º93.1%71.57%-
HSV(B)282.67º54%98.04%-
XYZ50.2533.0194.17-
YUV159.09179.3165.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 115 (45.31% from 255) = 19.97%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=36.63%
G=19.97%
B=43.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111152500.160.5400.02282.6793.171.57
HexD373FA10360211b5d48
Octal323163372206602433135110
Binary110100111110011111110101000011011001010001101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D373FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D373FA; }

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

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

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

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

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

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

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

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