#DD66F9

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

Shades of Heliotrope #DD66F9

Tints of Heliotrope #DD66F9

Color information

#DD66F9 (or 0xDD66F9) is unknown color: approx Heliotrope. HEX triplet: DD, 66 and F9. RGB value is (221,102,249). Sum of RGB (Red+Green+Blue) = 221+102+249=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD66F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66F9 is #229906. Grayscale: #999999. Windows color (decimal): -2267399 or 16344797. OLE color: 16344797.

HSL color Cylindrical-coordinate representation of color #DD66F9: hue angle of 288.57º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD66F9 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221102249-
CMYK0.110.5900.02
HSL288.57º92.45%68.82%-
HSV(B)288.57º59.04%97.65%-
XYZ51.6731.7193.02-
YUV154.34181.42175.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 102 (40.23% from 255) = 17.83%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=38.64%
G=17.83%
B=43.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211022490.110.5900.02288.5792.4568.82
HexDD66F9B3B021215c45
Octal335146371137302441134105
Binary11011101110011011111001101111101101010010000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66F9; }

 p { color: rgb(221,102,249); }

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

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

 a { background-color: rgb(221,102,249); }

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

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

 span { border-color: rgb(221,102,249); }

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