#DC72EB

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

Shades of Heliotrope #DC72EB

Tints of Heliotrope #DC72EB

Color information

#DC72EB (or 0xDC72EB) is unknown color: approx Heliotrope. HEX triplet: DC, 72 and EB. RGB value is (220,114,235). Sum of RGB (Red+Green+Blue) = 220+114+235=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC72EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC72EB is #238D14. Grayscale: #9F9F9F. Windows color (decimal): -2329877 or 15430364. OLE color: 15430364.

HSL color Cylindrical-coordinate representation of color #DC72EB: hue angle of 292.56º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC72EB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220114235-
CMYK0.060.5100.08
HSL292.56º75.16%68.43%-
HSV(B)292.56º51.49%92.16%-
XYZ50.5333.2582.35-
YUV159.49170.62171.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 114 (44.92% from 255) = 20.04%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=38.66%
G=20.04%
B=41.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201142350.060.5100.08292.5675.1668.43
HexDC72EB633081254b44
Octal334162353663010445113104
Binary110111001110010111010111101100110100010010010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC72EB; }

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

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

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

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

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

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

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

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