#d56bf4

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

Shades of Heliotrope #D56BF4

Tints of Heliotrope #D56BF4

Color information

#D56BF4 (or 0xD56BF4) is unknown color: approx Heliotrope. HEX triplet: D5, 6B and F4. RGB value is (213,107,244). Sum of RGB (Red+Green+Blue) = 213+107+244=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #D56BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56BF4 is #2A940B. Grayscale: #999999. Windows color (decimal): -2790412 or 16018389. OLE color: 16018389.

HSL color Cylindrical-coordinate representation of color #D56BF4: hue angle of 286.42º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D56BF4 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213107244-
CMYK0.130.5600.04
HSL286.42º86.16%68.82%-
HSV(B)286.42º56.15%95.69%-
XYZ49.0331.1989.02-
YUV154.31178.62169.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 107 (42.19% from 255) = 18.97%
BLUE value IS 244 (95.70% from 255) = 43.26%
R=37.77%
G=18.97%
B=43.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131072440.130.5600.04286.4286.1668.82
HexD56BF4D380411e5645
Octal325153364157004436126105
Binary110101011101011111101001101111000010010001111010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56bf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56bf4; }

 p { color: rgb(213,107,244); }

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

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

 a { background-color: rgb(213,107,244); }

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

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

 span { border-color: rgb(213,107,244); }

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