#D473FE

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

Shades of Heliotrope #D473FE

Tints of Heliotrope #D473FE

Color information

#D473FE (or 0xD473FE) is unknown color: approx Heliotrope. HEX triplet: D4, 73 and FE. RGB value is (212,115,254). Sum of RGB (Red+Green+Blue) = 212+115+254=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 115 (45.31% from 255 or 19.79% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #D473FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473FE is #2B8C01. Grayscale: #9F9F9F. Windows color (decimal): -2853890 or 16675796. OLE color: 16675796.

HSL color Cylindrical-coordinate representation of color #D473FE: hue angle of 281.87º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D473FE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212115254-
CMYK0.170.5500.00
HSL281.87º98.58%72.35%-
HSV(B)281.87º54.72%99.61%-
XYZ51.1733.4197.52-
YUV159.85181.14165.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.49%
GREEN value IS 115 (45.31% from 255) = 19.79%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=36.49%
G=19.79%
B=43.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121152540.170.5500.00281.8798.5872.35
HexD473FE11370011a6348
Octal324163376216700432143110
Binary11010100111001111111110100011101110010001101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D473FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D473FE; }

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

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

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

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

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

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

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

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