#dd56fd

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

Shades of Heliotrope #DD56FD

Tints of Heliotrope #DD56FD

Color information

#DD56FD (or 0xDD56FD) is unknown color: approx Heliotrope. HEX triplet: DD, 56 and FD. RGB value is (221,86,253). Sum of RGB (Red+Green+Blue) = 221+86+253=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 86 (33.98% from 255 or 15.36% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD56FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD56FD is #22A902. Grayscale: #909090. Windows color (decimal): -2271491 or 16602845. OLE color: 16602845.

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

Color convert

RGB22186253-
CMYK0.130.6600.01
HSL288.5º97.66%66.47%-
HSV(B)288.5º66.01%99.22%-
XYZ50.8829.1295.87-
YUV145.4188.73181.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 86 (33.98% from 255) = 15.36%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=39.46%
G=15.36%
B=45.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221862530.130.6600.01288.597.6666.47
HexDD56FDD42011216242
Octal3351263751510201441142102
Binary11011101101011011111101110110000100110010000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd56fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd56fd; }

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

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

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

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

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

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

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

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