#D561FF

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

Shades of Heliotrope #D561FF

Tints of Heliotrope #D561FF

Color information

#D561FF (or 0xD561FF) is unknown color: approx Heliotrope. HEX triplet: D5, 61 and FF. RGB value is (213,97,255). Sum of RGB (Red+Green+Blue) = 213+97+255=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #D561FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D561FF is #2A9E00. Grayscale: #959595. Windows color (decimal): -2792961 or 16736725. OLE color: 16736725.

HSL color Cylindrical-coordinate representation of color #D561FF: hue angle of 284.05º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D561FF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21397255-
CMYK0.160.6200
HSL284.05º100%69.02%-
HSV(B)284.05º61.96%100%-
XYZ49.7729.9297.76-
YUV149.7187.43173.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 97 (38.28% from 255) = 17.17%
BLUE value IS 255 (100% from 255) = 45.13%
R=37.70%
G=17.17%
B=45.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213972550.160.6200284.0510069.02
HexD561FF103E0011c6445
Octal325141377207600434144105
Binary11010101110000111111111100001111100010001110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561FF; }

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

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

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

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

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

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

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

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