#DC72F5

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

Shades of Heliotrope #DC72F5

Tints of Heliotrope #DC72F5

Color information

#DC72F5 (or 0xDC72F5) is unknown color: approx Heliotrope. HEX triplet: DC, 72 and F5. RGB value is (220,114,245). Sum of RGB (Red+Green+Blue) = 220+114+245=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC72F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72F5 is #238D0A. Grayscale: #A0A0A0. Windows color (decimal): -2329867 or 16085724. OLE color: 16085724.

HSL color Cylindrical-coordinate representation of color #DC72F5: hue angle of 288.55º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC72F5 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220114245-
CMYK0.100.5300.04
HSL288.55º86.75%70.39%-
HSV(B)288.55º53.47%96.08%-
XYZ52.0133.8490.18-
YUV160.63175.62170.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 114 (44.92% from 255) = 19.69%
BLUE value IS 245 (96.09% from 255) = 42.31%
R=38.00%
G=19.69%
B=42.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201142450.100.5300.04288.5586.7570.39
HexDC72F5A35041215746
Octal334162365126504441127106
Binary110111001110010111101011010110101010010010000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC72F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC72F5; }

 p { color: rgb(220,114,245); }

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

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

 a { background-color: rgb(220,114,245); }

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

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

 span { border-color: rgb(220,114,245); }

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