#D056F2

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

Shades of Heliotrope #D056F2

Tints of Heliotrope #D056F2

Color information

#D056F2 (or 0xD056F2) is unknown color: approx Heliotrope. HEX triplet: D0, 56 and F2. RGB value is (208,86,242). Sum of RGB (Red+Green+Blue) = 208+86+242=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 86 (33.98% from 255 or 16.04% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #D056F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D056F2 is #2FA90D. Grayscale: #8B8B8B. Windows color (decimal): -3123470 or 15881936. OLE color: 15881936.

HSL color Cylindrical-coordinate representation of color #D056F2: hue angle of 286.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D056F2 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20886242-
CMYK0.140.6400.05
HSL286.92º85.71%64.31%-
HSV(B)286.92º64.46%94.9%-
XYZ45.3726.4886.72-
YUV140.26185.42176.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 86 (33.98% from 255) = 16.04%
BLUE value IS 242 (94.92% from 255) = 45.15%
R=38.81%
G=16.04%
B=45.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208862420.140.6400.05286.9285.7164.31
HexD056F2E400511f5640
Octal3201263621610005437126100
Binary1101000010101101111001011101000000010110001111110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D056F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D056F2; }

 p { color: rgb(208,86,242); }

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

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

 a { background-color: rgb(208,86,242); }

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

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

 span { border-color: rgb(208,86,242); }

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