#DD54F6

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

Shades of Heliotrope #DD54F6

Tints of Heliotrope #DD54F6

Color information

#DD54F6 (or 0xDD54F6) is unknown color: approx Heliotrope. HEX triplet: DD, 54 and F6. RGB value is (221,84,246). Sum of RGB (Red+Green+Blue) = 221+84+246=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 84 (33.20% from 255 or 15.25% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD54F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD54F6 is #22AB09. Grayscale: #8E8E8E. Windows color (decimal): -2272010 or 16143581. OLE color: 16143581.

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

Color convert

RGB22184246-
CMYK0.100.6600.04
HSL290.74º90%64.71%-
HSV(B)290.74º65.85%96.47%-
XYZ49.6228.3790.05-
YUV143.43185.89183.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 84 (33.20% from 255) = 15.25%
BLUE value IS 246 (96.48% from 255) = 44.65%
R=40.11%
G=15.25%
B=44.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221842460.100.6600.04290.749064.71
HexDD54F6A42041235a41
Octal3351243661210204443132101
Binary1101110110101001111011010101000010010010010001110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD54F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD54F6; }

 p { color: rgb(221,84,246); }

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

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

 a { background-color: rgb(221,84,246); }

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

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

 span { border-color: rgb(221,84,246); }

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