#D473FA

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

Shades of Heliotrope #D473FA

Tints of Heliotrope #D473FA

Color information

#D473FA (or 0xD473FA) is unknown color: approx Heliotrope. HEX triplet: D4, 73 and FA. RGB value is (212,115,250). Sum of RGB (Red+Green+Blue) = 212+115+250=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #D473FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473FA is #2B8C05. Grayscale: #9E9E9E. Windows color (decimal): -2853894 or 16413652. OLE color: 16413652.

HSL color Cylindrical-coordinate representation of color #D473FA: hue angle of 283.11º 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 #D473FA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212115250-
CMYK0.150.5400.02
HSL283.11º93.1%71.57%-
HSV(B)283.11º54%98.04%-
XYZ50.5433.1694.18-
YUV159.39179.14165.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.74%
GREEN value IS 115 (45.31% from 255) = 19.93%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=36.74%
G=19.93%
B=43.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121152500.150.5400.02283.1193.171.57
HexD473FAF360211b5d48
Octal324163372176602433135110
Binary11010100111001111111010111111011001010001101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D473FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D473FA; }

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

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

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

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

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

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

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

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