Html Css Color HEX #DC49FA Heliotrope

📋 copy color: '#DC49FA'

red 220 ◦ green 73 ◦ blue 250

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

Shades of Heliotrope #DC49FA

Tints of Heliotrope #DC49FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.44%

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

R = 40.52%
G = 13.44%
B = 46.04%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC49FA (or 0xDC49FA) is known color: Heliotrope. HEX triplet: DC, 49 and FA. RGB value is (220,73,250). Sum of RGB (Red+Green+Blue) = 220+73+250=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC49FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49FA is #23B605. Grayscale: #888888. Windows color (decimal): -2340358 or 16402908. OLE color: 16402908.

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

Color convert

RGB 220 73 250 -
CMYK 0.12 0.71 0 0.02
HSL 289.83º 0.95% 0.63% -
HSV(B) 289.83º 0.71% 0.98% -
XYZ 49.15 26.88 93.04 -
YUV 137.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 220 73 250 0.12 0.71 0 0.02 289.83 0.95 0.63
Hex DC 49 FA C 47 0 2 122 5F 3F
Octal 334 111 372 14 107 0 2 442 137 77
Binary 11011100 1001001 11111010 1100 1000111 0 10 100100010 1011111 111111

Color Harmonies of #DC49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49FA

Black with #DC49FA

Text Example


Text Example

White with #DC49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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