#D556FD

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

Shades of Heliotrope #D556FD

Tints of Heliotrope #D556FD

Color information

#D556FD (or 0xD556FD) is unknown color: approx Heliotrope. HEX triplet: D5, 56 and FD. RGB value is (213,86,253). Sum of RGB (Red+Green+Blue) = 213+86+253=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 86 (33.98% from 255 or 15.58% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #D556FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D556FD is #2AA902. Grayscale: #8E8E8E. Windows color (decimal): -2795779 or 16602837. OLE color: 16602837.

HSL color Cylindrical-coordinate representation of color #D556FD: hue angle of 285.63º 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 #D556FD is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21386253-
CMYK0.160.6600.01
HSL285.63º97.66%66.47%-
HSV(B)285.63º66.01%99.22%-
XYZ48.527.8995.76-
YUV143.01190.08177.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 86 (33.98% from 255) = 15.58%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=38.59%
G=15.58%
B=45.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213862530.160.6600.01285.6397.6666.47
HexD556FD10420111e6242
Octal3251263752010201436142102
Binary110101011010110111111011000010000100110001111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D556FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D556FD; }

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

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

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

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

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

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

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

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