#DD66FA

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

Shades of Heliotrope #DD66FA

Tints of Heliotrope #DD66FA

Color information

#DD66FA (or 0xDD66FA) is unknown color: approx Heliotrope. HEX triplet: DD, 66 and FA. RGB value is (221,102,250). Sum of RGB (Red+Green+Blue) = 221+102+250=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 102 (40.23% from 255 or 17.80% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66FA is #229905. Grayscale: #999999. Windows color (decimal): -2267398 or 16410333. OLE color: 16410333.

HSL color Cylindrical-coordinate representation of color #DD66FA: hue angle of 288.24º degrees, saturation: 0.94, 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 #DD66FA is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221102250-
CMYK0.120.5900.02
HSL288.24º93.67%69.02%-
HSV(B)288.24º59.2%98.04%-
XYZ51.8331.7893.84-
YUV154.45181.92175.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 102 (40.23% from 255) = 17.80%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=38.57%
G=17.80%
B=43.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211022500.120.5900.02288.2493.6769.02
HexDD66FAC3B021205e45
Octal335146372147302440136105
Binary11011101110011011111010110011101101010010000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66FA; }

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

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

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

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

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

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

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

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