#D56FF1

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

Shades of Heliotrope #D56FF1

Tints of Heliotrope #D56FF1

Color information

#D56FF1 (or 0xD56FF1) is unknown color: approx Heliotrope. HEX triplet: D5, 6F and F1. RGB value is (213,111,241). Sum of RGB (Red+Green+Blue) = 213+111+241=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #D56FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56FF1 is #2A900E. Grayscale: #9B9B9B. Windows color (decimal): -2789391 or 15822805. OLE color: 15822805.

HSL color Cylindrical-coordinate representation of color #D56FF1: hue angle of 287.08º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56FF1 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213111241-
CMYK0.120.5400.05
HSL287.08º82.28%69.02%-
HSV(B)287.08º53.94%94.51%-
XYZ4931.8786.79-
YUV156.32175.79168.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 111 (43.75% from 255) = 19.65%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=37.70%
G=19.65%
B=42.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131112410.120.5400.05287.0882.2869.02
HexD56FF1C360511f5245
Octal325157361146605437122105
Binary110101011101111111100011100110110010110001111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56FF1; }

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

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

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

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

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

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

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

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