#DD56FF

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

Shades of Heliotrope #DD56FF

Tints of Heliotrope #DD56FF

Color information

#DD56FF (or 0xDD56FF) is unknown color: approx Heliotrope. HEX triplet: DD, 56 and FF. RGB value is (221,86,255). Sum of RGB (Red+Green+Blue) = 221+86+255=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD56FF is #22A900. Grayscale: #919191. Windows color (decimal): -2271489 or 16733917. OLE color: 16733917.

HSL color Cylindrical-coordinate representation of color #DD56FF: hue angle of 287.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD56FF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22186255-
CMYK0.130.6600
HSL287.93º100%66.86%-
HSV(B)287.93º66.27%100%-
XYZ51.229.2597.55-
YUV145.63189.73181.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 86 (33.98% from 255) = 15.30%
BLUE value IS 255 (100% from 255) = 45.37%
R=39.32%
G=15.30%
B=45.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal221862550.130.6600287.9310066.86
HexDD56FFD42001206443
Octal3351263771510200440144103
Binary11011101101011011111111110110000100010010000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD56FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD56FF; }

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

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

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

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

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

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

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

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