#DD66FF

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

Shades of Heliotrope #DD66FF

Tints of Heliotrope #DD66FF

Color information

#DD66FF (or 0xDD66FF) is unknown color: approx Heliotrope. HEX triplet: DD, 66 and FF. RGB value is (221,102,255). Sum of RGB (Red+Green+Blue) = 221+102+255=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD66FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66FF is #229900. Grayscale: #9A9A9A. Windows color (decimal): -2267393 or 16738013. OLE color: 16738013.

HSL color Cylindrical-coordinate representation of color #DD66FF: hue angle of 286.67º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD66FF is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221102255-
CMYK0.130.600
HSL286.67º100%70%-
HSV(B)286.67º60%100%-
XYZ52.6232.0998.03-
YUV155.02184.42175.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 102 (40.23% from 255) = 17.65%
BLUE value IS 255 (100% from 255) = 44.12%
R=38.24%
G=17.65%
B=44.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211022550.130.600286.6710070
HexDD66FFD3C0011f6446
Octal335146377157400437144106
Binary1101110111001101111111111011111000010001111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66FF; }

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

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

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

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

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

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

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

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