#DC57F3

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

Shades of Heliotrope #DC57F3

Tints of Heliotrope #DC57F3

Color information

#DC57F3 (or 0xDC57F3) is unknown color: approx Heliotrope. HEX triplet: DC, 57 and F3. RGB value is (220,87,243). Sum of RGB (Red+Green+Blue) = 220+87+243=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 87 (34.38% from 255 or 15.82% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC57F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC57F3 is #23A80C. Grayscale: #909090. Windows color (decimal): -2336781 or 15947740. OLE color: 15947740.

HSL color Cylindrical-coordinate representation of color #DC57F3: hue angle of 291.15º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC57F3 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22087243-
CMYK0.090.6400.05
HSL291.15º86.67%64.71%-
HSV(B)291.15º64.2%95.29%-
XYZ49.128.587.71-
YUV144.55183.56181.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 87 (34.38% from 255) = 15.82%
BLUE value IS 243 (95.31% from 255) = 44.18%
R=40%
G=15.82%
B=44.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220872430.090.6400.05291.1586.6764.71
HexDC57F3940051235741
Octal3341273631110005443127101
Binary1101110010101111111001110011000000010110010001110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC57F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC57F3; }

 p { color: rgb(220,87,243); }

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

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

 a { background-color: rgb(220,87,243); }

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

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

 span { border-color: rgb(220,87,243); }

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