#D361FA

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

Shades of Heliotrope #D361FA

Tints of Heliotrope #D361FA

Color information

#D361FA (or 0xD361FA) is unknown color: approx Heliotrope. HEX triplet: D3, 61 and FA. RGB value is (211,97,250). Sum of RGB (Red+Green+Blue) = 211+97+250=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 97 (38.28% from 255 or 17.38% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #D361FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361FA is #2C9E05. Grayscale: #949494. Windows color (decimal): -2924038 or 16409043. OLE color: 16409043.

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

Color convert

RGB21197250-
CMYK0.160.6100.02
HSL284.71º93.87%68.04%-
HSV(B)284.71º61.2%98.04%-
XYZ48.3929.393.55-
YUV148.53185.27172.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 97 (38.28% from 255) = 17.38%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=37.81%
G=17.38%
B=44.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211972500.160.6100.02284.7193.8768.04
HexD361FA103D0211d5e44
Octal323141372207502435136104
Binary110100111100001111110101000011110101010001110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D361FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D361FA; }

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

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

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

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

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

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

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

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