Html Css Color HEX #DC57FA Heliotrope

📋 copy color: '#DC57FA'

red 220 ◦ green 87 ◦ blue 250

#DC57FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DC57FA

Tints of Heliotrope #DC57FA

RGB

 RED value IS 220 (86.33% from 255) = 39.5%

 GREEN value IS 87 (34.38% from 255) = 15.62%

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 39.5%
G = 15.62%
B = 44.88%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC57FA (or 0xDC57FA) is known color: Heliotrope. HEX triplet: DC, 57 and FA. RGB value is (220,87,250). Sum of RGB (Red+Green+Blue) = 220+87+250=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC57FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC57FA is #23A805. Grayscale: #909090. Windows color (decimal): -2336774 or 16406492. OLE color: 16406492.

HSL color Cylindrical-coordinate representation of color #DC57FA: hue angle of 288.96º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC57FA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 87 250 -
CMYK 0.12 0.65 0 0.02
HSL 288.96º 0.94% 0.66% -
HSV(B) 288.96º 0.65% 0.98% -
XYZ 50.18 28.93 93.38 -
YUV 145.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 220 87 250 0.12 0.65 0 0.02 288.96 0.94 0.66
Hex DC 57 FA C 41 0 2 121 5E 42
Octal 334 127 372 14 101 0 2 441 136 102
Binary 11011100 1010111 11111010 1100 1000001 0 10 100100001 1011110 1000010

Color Harmonies of #DC57FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC57FA

Black with #DC57FA

Text Example


Text Example

White with #DC57FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC57FA; }

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

 H1.HeaderClassName
 {
   color: #DC57FA;
 }
 .AnyTagClassName
 {
   color: #DC57FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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