#DD66F7

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

Shades of Heliotrope #DD66F7

Tints of Heliotrope #DD66F7

Color information

#DD66F7 (or 0xDD66F7) is unknown color: approx Heliotrope. HEX triplet: DD, 66 and F7. RGB value is (221,102,247). Sum of RGB (Red+Green+Blue) = 221+102+247=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD66F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66F7 is #229908. Grayscale: #999999. Windows color (decimal): -2267401 or 16213725. OLE color: 16213725.

HSL color Cylindrical-coordinate representation of color #DD66F7: hue angle of 289.24º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD66F7 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221102247-
CMYK0.110.5900.03
HSL289.24º90.06%68.43%-
HSV(B)289.24º58.7%96.86%-
XYZ51.3631.5991.39-
YUV154.11180.42175.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 102 (40.23% from 255) = 17.89%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=38.77%
G=17.89%
B=43.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211022470.110.5900.03289.2490.0668.43
HexDD66F7B3B031215a44
Octal335146367137303441132104
Binary11011101110011011110111101111101101110010000110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66F7; }

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

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

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

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

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

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

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

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