#D560F1

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

Shades of Heliotrope #D560F1

Tints of Heliotrope #D560F1

Color information

#D560F1 (or 0xD560F1) is unknown color: approx Heliotrope. HEX triplet: D5, 60 and F1. RGB value is (213,96,241). Sum of RGB (Red+Green+Blue) = 213+96+241=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #D560F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D560F1 is #2A9F0E. Grayscale: #939393. Windows color (decimal): -2793231 or 15818965. OLE color: 15818965.

HSL color Cylindrical-coordinate representation of color #D560F1: hue angle of 288.41º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D560F1 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21396241-
CMYK0.120.6000.05
HSL288.41º83.82%66.08%-
HSV(B)288.41º60.17%94.51%-
XYZ47.528.8686.29-
YUV147.51180.76174.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 96 (37.89% from 255) = 17.45%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=38.73%
G=17.45%
B=43.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal213962410.120.6000.05288.4183.8266.08
HexD560F1C3C051205442
Octal325140361147405440124102
Binary110101011100000111100011100111100010110010000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D560F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D560F1; }

 p { color: rgb(213,96,241); }

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

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

 a { background-color: rgb(213,96,241); }

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

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

 span { border-color: rgb(213,96,241); }

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