#D561FA

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

Shades of Heliotrope #D561FA

Tints of Heliotrope #D561FA

Color information

#D561FA (or 0xD561FA) is unknown color: approx Heliotrope. HEX triplet: D5, 61 and FA. RGB value is (213,97,250). Sum of RGB (Red+Green+Blue) = 213+97+250=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #D561FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D561FA is #2A9E05. Grayscale: #949494. Windows color (decimal): -2792966 or 16409045. OLE color: 16409045.

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

Color convert

RGB21397250-
CMYK0.150.6100.02
HSL285.49º93.87%68.04%-
HSV(B)285.49º61.2%98.04%-
XYZ48.9729.693.57-
YUV149.13184.93173.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 97 (38.28% from 255) = 17.32%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=38.04%
G=17.32%
B=44.64%

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
Decimal213972500.150.6100.02285.4993.8768.04
HexD561FAF3D0211d5e44
Octal325141372177502435136104
Binary11010101110000111111010111111110101010001110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561FA; }

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

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

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

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

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

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

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

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