#D056FD

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

Shades of Heliotrope #D056FD

Tints of Heliotrope #D056FD

Color information

#D056FD (or 0xD056FD) is unknown color: approx Heliotrope. HEX triplet: D0, 56 and FD. RGB value is (208,86,253). Sum of RGB (Red+Green+Blue) = 208+86+253=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 86 (33.98% from 255 or 15.72% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #D056FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D056FD is #2FA902. Grayscale: #8C8C8C. Windows color (decimal): -3123459 or 16602832. OLE color: 16602832.

HSL color Cylindrical-coordinate representation of color #D056FD: hue angle of 283.83º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D056FD is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20886253-
CMYK0.180.6600.01
HSL283.83º97.66%66.47%-
HSV(B)283.83º66.01%99.22%-
XYZ47.0727.1695.69-
YUV141.52190.92175.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 86 (33.98% from 255) = 15.72%
BLUE value IS 253 (99.22% from 255) = 46.25%
R=38.03%
G=15.72%
B=46.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208862530.180.6600.01283.8397.6666.47
HexD056FD12420111c6242
Octal3201263752210201434142102
Binary110100001010110111111011001010000100110001110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D056FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D056FD; }

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

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

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

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

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

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

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

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