#DD79FD

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

Shades of Heliotrope #DD79FD

Tints of Heliotrope #DD79FD

Color information

#DD79FD (or 0xDD79FD) is unknown color: approx Heliotrope. HEX triplet: DD, 79 and FD. RGB value is (221,121,253). Sum of RGB (Red+Green+Blue) = 221+121+253=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 121 (47.66% from 255 or 20.34% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD79FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD79FD is #228602. Grayscale: #A5A5A5. Windows color (decimal): -2262531 or 16611805. OLE color: 16611805.

HSL color Cylindrical-coordinate representation of color #DD79FD: hue angle of 285.45º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD79FD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221121253-
CMYK0.130.5200.01
HSL285.45º97.06%73.33%-
HSV(B)285.45º52.17%99.22%-
XYZ54.3936.1497.04-
YUV165.95177.13167.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 121 (47.66% from 255) = 20.34%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=37.14%
G=20.34%
B=42.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211212530.130.5200.01285.4597.0673.33
HexDD79FDD340111d6149
Octal335171375156401435141111
Binary1101110111110011111110111011101000110001110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79FD; }

 p { color: rgb(221,121,253); }

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

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

 a { background-color: rgb(221,121,253); }

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

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

 span { border-color: rgb(221,121,253); }

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