#D461FA

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

Shades of Heliotrope #D461FA

Tints of Heliotrope #D461FA

Color information

#D461FA (or 0xD461FA) is unknown color: approx Heliotrope. HEX triplet: D4, 61 and FA. RGB value is (212,97,250). Sum of RGB (Red+Green+Blue) = 212+97+250=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #D461FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461FA is #2B9E05. Grayscale: #949494. Windows color (decimal): -2858502 or 16409044. OLE color: 16409044.

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

Color convert

RGB21297250-
CMYK0.150.6100.02
HSL285.1º93.87%68.04%-
HSV(B)285.1º61.2%98.04%-
XYZ48.6829.4593.56-
YUV148.83185.1173.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 97 (38.28% from 255) = 17.35%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=37.92%
G=17.35%
B=44.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212972500.150.6100.02285.193.8768.04
HexD461FAF3D0211d5e44
Octal324141372177502435136104
Binary11010100110000111111010111111110101010001110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D461FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D461FA; }

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

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

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

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

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

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

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

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