#DC79F4

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

Shades of Heliotrope #DC79F4

Tints of Heliotrope #DC79F4

Color information

#DC79F4 (or 0xDC79F4) is unknown color: approx Heliotrope. HEX triplet: DC, 79 and F4. RGB value is (220,121,244). Sum of RGB (Red+Green+Blue) = 220+121+244=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 244 (95.70% from 255 or 41.71% from 585); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC79F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC79F4 is #23860B. Grayscale: #A4A4A4. Windows color (decimal): -2328076 or 16021980. OLE color: 16021980.

HSL color Cylindrical-coordinate representation of color #DC79F4: hue angle of 288.29º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC79F4 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220121244-
CMYK0.100.5000.04
HSL288.29º84.83%71.57%-
HSV(B)288.29º50.41%95.69%-
XYZ52.6835.4289.65-
YUV164.62172.8167.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 121 (47.66% from 255) = 20.68%
BLUE value IS 244 (95.70% from 255) = 41.71%
R=37.61%
G=20.68%
B=41.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201212440.100.5000.04288.2984.8371.57
HexDC79F4A32041205548
Octal334171364126204440125110
Binary110111001111001111101001010110010010010010000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC79F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC79F4; }

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

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

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

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

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

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

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

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