#D661FA

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

Shades of Heliotrope #D661FA

Tints of Heliotrope #D661FA

Color information

#D661FA (or 0xD661FA) is unknown color: approx Heliotrope. HEX triplet: D6, 61 and FA. RGB value is (214,97,250). Sum of RGB (Red+Green+Blue) = 214+97+250=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #D661FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D661FA is #299E05. Grayscale: #949494. Windows color (decimal): -2727430 or 16409046. OLE color: 16409046.

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

Color convert

RGB21497250-
CMYK0.140.6100.02
HSL285.88º93.87%68.04%-
HSV(B)285.88º61.2%98.04%-
XYZ49.2629.7593.59-
YUV149.43184.76174.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 97 (38.28% from 255) = 17.29%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=38.15%
G=17.29%
B=44.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214972500.140.6100.02285.8893.8768.04
HexD661FAE3D0211e5e44
Octal326141372167502436136104
Binary11010110110000111111010111011110101010001111010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D661FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D661FA; }

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

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

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

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

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

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

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

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