#DC79FA

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

Shades of Heliotrope #DC79FA

Tints of Heliotrope #DC79FA

Color information

#DC79FA (or 0xDC79FA) is unknown color: approx Heliotrope. HEX triplet: DC, 79 and FA. RGB value is (220,121,250). Sum of RGB (Red+Green+Blue) = 220+121+250=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 121 (47.66% from 255 or 20.47% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC79FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC79FA is #238605. Grayscale: #A4A4A4. Windows color (decimal): -2328070 or 16415196. OLE color: 16415196.

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

Color convert

RGB220121250-
CMYK0.120.5200.02
HSL286.05º92.81%72.75%-
HSV(B)286.05º51.6%98.04%-
XYZ53.6135.7994.53-
YUV165.31175.8167.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 121 (47.66% from 255) = 20.47%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=37.23%
G=20.47%
B=42.30%

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
Decimal2201212500.120.5200.02286.0592.8172.75
HexDC79FAC340211e5d49
Octal334171372146402436135111
Binary11011100111100111111010110011010001010001111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC79FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC79FA; }

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

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

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

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

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

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

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

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