#DD79FC

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

Shades of Heliotrope #DD79FC

Tints of Heliotrope #DD79FC

Color information

#DD79FC (or 0xDD79FC) is unknown color: approx Heliotrope. HEX triplet: DD, 79 and FC. RGB value is (221,121,252). Sum of RGB (Red+Green+Blue) = 221+121+252=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 121 (47.66% from 255 or 20.37% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD79FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD79FC is #228603. Grayscale: #A5A5A5. Windows color (decimal): -2262532 or 16546269. OLE color: 16546269.

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

Color convert

RGB221121252-
CMYK0.120.5200.01
HSL285.8º95.62%73.14%-
HSV(B)285.8º51.98%98.82%-
XYZ54.2336.0896.2-
YUV165.83176.63167.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 121 (47.66% from 255) = 20.37%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=37.21%
G=20.37%
B=42.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211212520.120.5200.01285.895.6273.14
HexDD79FCC340111e6049
Octal335171374146401436140111
Binary1101110111110011111110011001101000110001111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79FC; }

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

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

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

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

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

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

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

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