#DD55F5

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

Shades of Heliotrope #DD55F5

Tints of Heliotrope #DD55F5

Color information

#DD55F5 (or 0xDD55F5) is unknown color: approx Heliotrope. HEX triplet: DD, 55 and F5. RGB value is (221,85,245). Sum of RGB (Red+Green+Blue) = 221+85+245=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 85 (33.59% from 255 or 15.43% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD55F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD55F5 is #22AA0A. Grayscale: #8F8F8F. Windows color (decimal): -2271755 or 16078301. OLE color: 16078301.

HSL color Cylindrical-coordinate representation of color #DD55F5: hue angle of 291º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD55F5 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22185245-
CMYK0.100.6500.04
HSL291º88.89%64.71%-
HSV(B)291º65.31%96.08%-
XYZ49.5528.4689.27-
YUV143.9185.06182.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 85 (33.59% from 255) = 15.43%
BLUE value IS 245 (96.09% from 255) = 44.46%
R=40.11%
G=15.43%
B=44.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221852450.100.6500.0429188.8964.71
HexDD55F5A41041235941
Octal3351253651210104443131101
Binary1101110110101011111010110101000001010010010001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD55F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD55F5; }

 p { color: rgb(221,85,245); }

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

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

 a { background-color: rgb(221,85,245); }

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

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

 span { border-color: rgb(221,85,245); }

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