Html Css Color HEX #DC61FA Heliotrope

📋 copy color: '#DC61FA'

red 220 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #DC61FA

Tints of Heliotrope #DC61FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.11%

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

R = 38.8%
G = 17.11%
B = 44.09%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC61FA (or 0xDC61FA) is known color: Heliotrope. HEX triplet: DC, 61 and FA. RGB value is (220,97,250). Sum of RGB (Red+Green+Blue) = 220+97+250=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 97 (38.28% from 255 or 17.11% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC61FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC61FA is #239E05. Grayscale: #969696. Windows color (decimal): -2334214 or 16409052. OLE color: 16409052.

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

Color convert

RGB 220 97 250 -
CMYK 0.12 0.61 0 0.02
HSL 288.24º 0.94% 0.68% -
HSV(B) 288.24º 0.61% 0.98% -
XYZ 51.05 30.67 93.67 -
YUV 151.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 220 97 250 0.12 0.61 0 0.02 288.24 0.94 0.68
Hex DC 61 FA C 3D 0 2 120 5E 44
Octal 334 141 372 14 75 0 2 440 136 104
Binary 11011100 1100001 11111010 1100 111101 0 10 100100000 1011110 1000100

Color Harmonies of #DC61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61FA

Black with #DC61FA

Text Example


Text Example

White with #DC61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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