#D561FB

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

Shades of Heliotrope #D561FB

Tints of Heliotrope #D561FB

Color information

#D561FB (or 0xD561FB) is unknown color: approx Heliotrope. HEX triplet: D5, 61 and FB. RGB value is (213,97,251). Sum of RGB (Red+Green+Blue) = 213+97+251=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #D561FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D561FB is #2A9E04. Grayscale: #949494. Windows color (decimal): -2792965 or 16474581. OLE color: 16474581.

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

Color convert

RGB21397251-
CMYK0.150.6100.02
HSL285.19º95.06%68.24%-
HSV(B)285.19º61.35%98.43%-
XYZ49.1329.6694.4-
YUV149.24185.43173.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.97%
GREEN value IS 97 (38.28% from 255) = 17.29%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=37.97%
G=17.29%
B=44.74%

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
Decimal213972510.150.6100.02285.1995.0668.24
HexD561FBF3D0211d5f44
Octal325141373177502435137104
Binary11010101110000111111011111111110101010001110110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561FB; }

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

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

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

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

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

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

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

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