#DD79FA

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

Shades of Heliotrope #DD79FA

Tints of Heliotrope #DD79FA

Color information

#DD79FA (or 0xDD79FA) is unknown color: approx Heliotrope. HEX triplet: DD, 79 and FA. RGB value is (221,121,250). Sum of RGB (Red+Green+Blue) = 221+121+250=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 121 (47.66% from 255 or 20.44% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD79FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD79FA is #228605. Grayscale: #A5A5A5. Windows color (decimal): -2262534 or 16415197. OLE color: 16415197.

HSL color Cylindrical-coordinate representation of color #DD79FA: hue angle of 286.51º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD79FA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221121250-
CMYK0.120.5200.02
HSL286.51º92.81%72.75%-
HSV(B)286.51º51.6%98.04%-
XYZ53.9135.9594.54-
YUV165.61175.63167.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 121 (47.66% from 255) = 20.44%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=37.33%
G=20.44%
B=42.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211212500.120.5200.02286.5192.8172.75
HexDD79FAC340211f5d49
Octal335171372146402437135111
Binary11011101111100111111010110011010001010001111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79FA; }

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

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

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

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

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

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

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

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