#D361FB

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

Shades of Heliotrope #D361FB

Tints of Heliotrope #D361FB

Color information

#D361FB (or 0xD361FB) is unknown color: approx Heliotrope. HEX triplet: D3, 61 and FB. RGB value is (211,97,251). Sum of RGB (Red+Green+Blue) = 211+97+251=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 97 (38.28% from 255 or 17.35% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #D361FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D361FB is #2C9E04. Grayscale: #949494. Windows color (decimal): -2924037 or 16474579. OLE color: 16474579.

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

Color convert

RGB21197251-
CMYK0.160.6100.02
HSL284.42º95.06%68.24%-
HSV(B)284.42º61.35%98.43%-
XYZ48.5529.3694.38-
YUV148.64185.77172.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.75%
GREEN value IS 97 (38.28% from 255) = 17.35%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=37.75%
G=17.35%
B=44.90%

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
Decimal211972510.160.6100.02284.4295.0668.24
HexD361FB103D0211c5f44
Octal323141373207502434137104
Binary110100111100001111110111000011110101010001110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D361FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D361FB; }

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

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

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

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

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

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

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

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