#dd79f2

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

Shades of Heliotrope #DD79F2

Tints of Heliotrope #DD79F2

Color information

#DD79F2 (or 0xDD79F2) is unknown color: approx Heliotrope. HEX triplet: DD, 79 and F2. RGB value is (221,121,242). Sum of RGB (Red+Green+Blue) = 221+121+242=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD79F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD79F2 is #22860D. Grayscale: #A4A4A4. Windows color (decimal): -2262542 or 15890909. OLE color: 15890909.

HSL color Cylindrical-coordinate representation of color #DD79F2: hue angle of 289.59º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD79F2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221121242-
CMYK0.090.5000.05
HSL289.59º82.31%71.18%-
HSV(B)289.59º50%94.9%-
XYZ52.6835.4688.07-
YUV164.69171.63168.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 121 (47.66% from 255) = 20.72%
BLUE value IS 242 (94.92% from 255) = 41.44%
R=37.84%
G=20.72%
B=41.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211212420.090.5000.05289.5982.3171.18
HexDD79F2932051225247
Octal335171362116205442122107
Binary110111011111001111100101001110010010110010001010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd79f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd79f2; }

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

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

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

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

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

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

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

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