Html Css Color HEX #DC50FA Heliotrope

📋 copy color: '#DC50FA'

red 220 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #DC50FA

Tints of Heliotrope #DC50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.55%

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

R = 40%
G = 14.55%
B = 45.45%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC50FA (or 0xDC50FA) is known color: Heliotrope. HEX triplet: DC, 50 and FA. RGB value is (220,80,250). Sum of RGB (Red+Green+Blue) = 220+80+250=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC50FA is #23AF05. Grayscale: #8C8C8C. Windows color (decimal): -2338566 or 16404700. OLE color: 16404700.

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

Color convert

RGB 220 80 250 -
CMYK 0.12 0.68 0 0.02
HSL 289.41º 0.94% 0.65% -
HSV(B) 289.41º 0.68% 0.98% -
XYZ 49.64 27.86 93.2 -
YUV 141.24 189.38 184.18 -
System Red Green Blue C M Y K H S L
Decimal 220 80 250 0.12 0.68 0 0.02 289.41 0.94 0.65
Hex DC 50 FA C 44 0 2 121 5E 41
Octal 334 120 372 14 104 0 2 441 136 101
Binary 11011100 1010000 11111010 1100 1000100 0 10 100100001 1011110 1000001

Color Harmonies of #DC50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC50FA

Black with #DC50FA

Text Example


Text Example

White with #DC50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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